Html Css Color HEX #0C90AB Bondi Blue

📋 copy color: '#0C90AB'

red 12 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #0C90AB

Tints of Bondi Blue #0C90AB

RGB

 RED value IS 12 (5.08% from 255) = 3.67%

 GREEN value IS 144 (56.64% from 255) = 44.04%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 3.67%
G = 44.04%
B = 52.29%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C90AB (or 0x0C90AB) is known color: Bondi Blue. HEX triplet: 0C, 90 and AB. RGB value is (12,144,171). Sum of RGB (Red+Green+Blue) = 12+144+171=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C90AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C90AB is #F36F54. Grayscale: #6B6B6B. Windows color (decimal): -15953749 or 11243532. OLE color: 11243532.

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

Color convert

RGB 12 144 171 -
CMYK 0.93 0.16 0 0.33
HSL 190.19º 0.87% 0.36% -
HSV(B) 190.19º 0.93% 0.67% -
XYZ 17.48 22.96 42.04 -
YUV 107.61 163.77 59.8 -
System Red Green Blue C M Y K H S L
Decimal 12 144 171 0.93 0.16 0 0.33 190.19 0.87 0.36
Hex C 90 AB 5D 10 0 21 BE 57 24
Octal 14 220 253 135 20 0 41 276 127 44
Binary 1100 10010000 10101011 1011101 10000 0 100001 10111110 1010111 100100

Color Harmonies of #0C90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C90AB

Black with #0C90AB

Text Example


Text Example

White with #0C90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,171); }

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

background-color css

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

 a { background-color: rgb(12,144,171); }

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

border-color css

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

 span { border-color: rgb(12,144,171); }

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