Html Css Color HEX #0C8FAA Bondi Blue

📋 copy color: '#0C8FAA'

red 12 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #0C8FAA

Tints of Bondi Blue #0C8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 170 (66.8% from 255) = 52.31%

R = 3.69%
G = 44%
B = 52.31%

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

#0C8FAA (or 0x0C8FAA) is known color: Bondi Blue. HEX triplet: 0C, 8F and AA. RGB value is (12,143,170). Sum of RGB (Red+Green+Blue) = 12+143+170=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C8FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FAA is #F37055. Grayscale: #6A6A6A. Windows color (decimal): -15954006 or 11177740. OLE color: 11177740.

HSL color Cylindrical-coordinate representation of color #0C8FAA: hue angle of 190.25º 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 #0C8FAA is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 143 170 -
CMYK 0.93 0.16 0 0.33
HSL 190.25º 0.87% 0.36% -
HSV(B) 190.25º 0.93% 0.67% -
XYZ 17.23 22.63 41.49 -
YUV 106.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 12 143 170 0.93 0.16 0 0.33 190.25 0.87 0.36
Hex C 8F AA 5D 10 0 21 BE 57 24
Octal 14 217 252 135 20 0 41 276 127 44
Binary 1100 10001111 10101010 1011101 10000 0 100001 10111110 1010111 100100

Color Harmonies of #0C8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8FAA

Black with #0C8FAA

Text Example


Text Example

White with #0C8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,143,170); }

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

background-color css

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

 a { background-color: rgb(12,143,170); }

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

border-color css

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

 span { border-color: rgb(12,143,170); }

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