Html Css Color HEX #0D8CB6 Bondi Blue

📋 copy color: '#0D8CB6'

red 13 ◦ green 140 ◦ blue 182

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

Shades of Bondi Blue #0D8CB6

Tints of Bondi Blue #0D8CB6

RGB

 RED value IS 13 (5.47% from 255) = 3.88%

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

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

R = 3.88%
G = 41.79%
B = 54.33%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0D8CB6 (or 0x0D8CB6) is known color: Bondi Blue. HEX triplet: 0D, 8C and B6. RGB value is (13,140,182). Sum of RGB (Red+Green+Blue) = 13+140+182=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D8CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CB6 is #F27349. Grayscale: #6A6A6A. Windows color (decimal): -15889226 or 11963405. OLE color: 11963405.

HSL color Cylindrical-coordinate representation of color #0D8CB6: hue angle of 194.91º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8CB6 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 140 182 -
CMYK 0.93 0.23 0 0.29
HSL 194.91º 0.87% 0.38% -
HSV(B) 194.91º 0.93% 0.71% -
XYZ 17.99 22.22 47.6 -
YUV 106.82 170.42 61.08 -
System Red Green Blue C M Y K H S L
Decimal 13 140 182 0.93 0.23 0 0.29 194.91 0.87 0.38
Hex D 8C B6 5D 17 0 1D C3 57 26
Octal 15 214 266 135 27 0 35 303 127 46
Binary 1101 10001100 10110110 1011101 10111 0 11101 11000011 1010111 100110

Color Harmonies of #0D8CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8CB6

Black with #0D8CB6

Text Example


Text Example

White with #0D8CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8CB6; }

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

 H1.HeaderClassName
 {
   color: #0D8CB6;
 }
 .AnyTagClassName
 {
   color: #0D8CB6;
 }
</style>

background-color css

<style>
 a { background-color: #0D8CB6; }

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

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

border-color css

<style>
 span { border-color: #0D8CB6; }

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

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