Html Css Color HEX #0C8EB4 Bondi Blue

📋 copy color: '#0C8EB4'

red 12 ◦ green 142 ◦ blue 180

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

Shades of Bondi Blue #0C8EB4

Tints of Bondi Blue #0C8EB4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 180 (70.7% from 255) = 53.89%

R = 3.59%
G = 42.51%
B = 53.89%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0C8EB4 (or 0x0C8EB4) is known color: Bondi Blue. HEX triplet: 0C, 8E and B4. RGB value is (12,142,180). Sum of RGB (Red+Green+Blue) = 12+142+180=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C8EB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EB4 is #F3714B. Grayscale: #6B6B6B. Windows color (decimal): -15954252 or 11832844. OLE color: 11832844.

HSL color Cylindrical-coordinate representation of color #0C8EB4: hue angle of 193.57º degrees, saturation: 0.88, 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 #0C8EB4 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 142 180 -
CMYK 0.93 0.21 0 0.29
HSL 193.57º 0.88% 0.38% -
HSV(B) 193.57º 0.93% 0.71% -
XYZ 18.06 22.72 46.61 -
YUV 107.46 168.93 59.91 -
System Red Green Blue C M Y K H S L
Decimal 12 142 180 0.93 0.21 0 0.29 193.57 0.88 0.38
Hex C 8E B4 5D 15 0 1D C2 58 26
Octal 14 216 264 135 25 0 35 302 130 46
Binary 1100 10001110 10110100 1011101 10101 0 11101 11000010 1011000 100110

Color Harmonies of #0C8EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8EB4

Black with #0C8EB4

Text Example


Text Example

White with #0C8EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,142,180); }

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

background-color css

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

 a { background-color: rgb(12,142,180); }

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

border-color css

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

 span { border-color: rgb(12,142,180); }

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