#138AC2

Color #138AC2 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #138AC2

Tints of Bondi Blue #138AC2

Color information

#138AC2 (or 0x138AC2) is unknown color: approx Bondi Blue. HEX triplet: 13, 8A and C2. RGB value is (19,138,194). Sum of RGB (Red+Green+Blue) = 19+138+194=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #138AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AC2 is #EC753D. Grayscale: #6C6C6C. Windows color (decimal): -15496510 or 12749331. OLE color: 12749331.

HSL color Cylindrical-coordinate representation of color #138AC2: hue angle of 199.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138AC2 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19138194-
CMYK0.900.2900.24
HSL199.2º82.16%41.76%-
HSV(B)199.2º90.21%76.08%-
XYZ19.0922.2154.32-
YUV108.8176.0863.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.41%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 194 (76.17% from 255) = 55.27%
R=5.41%
G=39.32%
B=55.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191381940.900.2900.24199.282.1641.76
Hex138AC25A1D018c7522a
Octal232123021323503030712252
Binary100111000101011000010101101011101011000110001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138AC2; }

 p { color: rgb(19,138,194); }

 H1.HeaderClassName
 {
   color: #138AC2;
 }
 .AnyTagClassName
 {
   color: #138AC2;
 }
</style>
background-color css

<style>
 a { background-color: #138AC2; }

 a { background-color: rgb(19,138,194); }

 div.DivClassName
 {
   background-color: #138AC2;
 }
 .BgClassName
 {
   background-color: #138AC2;
 }
</style>
border-color css

<style>
 span { border-color: #138AC2; }

 span { border-color: rgb(19,138,194); }

 td.TdClassName
 {
   border-color: #138AC2;
 }
 .TagClassName
 {
   border-color: #138AC2;
 }
</style>