Html Css Color HEX #0D8CAC Bondi Blue

📋 copy color: '#0D8CAC'

red 13 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #0D8CAC

Tints of Bondi Blue #0D8CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 4%
G = 43.08%
B = 52.92%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D8CAC (or 0x0D8CAC) is known color: Bondi Blue. HEX triplet: 0D, 8C and AC. RGB value is (13,140,172). Sum of RGB (Red+Green+Blue) = 13+140+172=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D8CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8CAC is #F27353. Grayscale: #696969. Windows color (decimal): -15889236 or 11308045. OLE color: 11308045.

HSL color Cylindrical-coordinate representation of color #0D8CAC: hue angle of 192.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8CAC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 140 172 -
CMYK 0.92 0.19 0 0.33
HSL 192.08º 0.86% 0.36% -
HSV(B) 192.08º 0.92% 0.67% -
XYZ 16.99 21.82 42.35 -
YUV 105.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 13 140 172 0.92 0.19 0 0.33 192.08 0.86 0.36
Hex D 8C AC 5C 13 0 21 C0 56 24
Octal 15 214 254 134 23 0 41 300 126 44
Binary 1101 10001100 10101100 1011100 10011 0 100001 11000000 1010110 100100

Color Harmonies of #0D8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8CAC

Black with #0D8CAC

Text Example


Text Example

White with #0D8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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