Html Css Color HEX #138CB6 Bondi Blue

📋 copy color: '#138CB6'

red 19 ◦ green 140 ◦ blue 182

#138CB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #138CB6

Tints of Bondi Blue #138CB6

RGB

 RED value IS 19 (7.81% from 255) = 5.57%

 GREEN value IS 140 (55.08% from 255) = 41.06%

 BLUE value IS 182 (71.48% from 255) = 53.37%

R = 5.57%
G = 41.06%
B = 53.37%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#138CB6 (or 0x138CB6) is known color: Bondi Blue. HEX triplet: 13, 8C and B6. RGB value is (19,140,182). Sum of RGB (Red+Green+Blue) = 19+140+182=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #138CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CB6 is #EC7349. Grayscale: #6C6C6C. Windows color (decimal): -15496010 or 11963411. OLE color: 11963411.

HSL color Cylindrical-coordinate representation of color #138CB6: hue angle of 195.46º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138CB6 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 140 182 -
CMYK 0.90 0.23 0 0.29
HSL 195.46º 0.81% 0.39% -
HSV(B) 195.46º 0.9% 0.71% -
XYZ 18.09 22.27 47.6 -
YUV 108.61 169.41 64.08 -
System Red Green Blue C M Y K H S L
Decimal 19 140 182 0.90 0.23 0 0.29 195.46 0.81 0.39
Hex 13 8C B6 5A 17 0 1D C3 51 27
Octal 23 214 266 132 27 0 35 303 121 47
Binary 10011 10001100 10110110 1011010 10111 0 11101 11000011 1010001 100111

Color Harmonies of #138CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CB6

Black with #138CB6

Text Example


Text Example

White with #138CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,182); }

 H1.HeaderClassName
 {
   color: #138CB6;
 }
 .AnyTagClassName
 {
   color: #138CB6;
 }
</style>

background-color css

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

 a { background-color: rgb(19,140,182); }

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

border-color css

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

 span { border-color: rgb(19,140,182); }

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