#138BC3

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

Shades of Bondi Blue #138BC3

Tints of Bondi Blue #138BC3

Color information

#138BC3 (or 0x138BC3) is unknown color: approx Bondi Blue. HEX triplet: 13, 8B and C3. RGB value is (19,139,195). Sum of RGB (Red+Green+Blue) = 19+139+195=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #138BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BC3 is #EC743C. Grayscale: #6D6D6D. Windows color (decimal): -15496253 or 12815123. OLE color: 12815123.

HSL color Cylindrical-coordinate representation of color #138BC3: hue angle of 199.09º 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 #138BC3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19139195-
CMYK0.900.2900.24
HSL199.09º82.24%41.96%-
HSV(B)199.09º90.26%76.47%-
XYZ19.3522.5454.96-
YUV109.5176.2463.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 195 (76.56% from 255) = 55.24%
R=5.38%
G=39.38%
B=55.24%

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
Decimal191391950.900.2900.24199.0982.2441.96
Hex138BC35A1D018c7522a
Octal232133031323503030712252
Binary100111000101111000011101101011101011000110001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,139,195); }

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

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

 a { background-color: rgb(19,139,195); }

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

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

 span { border-color: rgb(19,139,195); }

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