Html Css Color HEX #0C8EB3 Bondi Blue

📋 copy color: '#0C8EB3'

red 12 ◦ green 142 ◦ blue 179

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

Shades of Bondi Blue #0C8EB3

Tints of Bondi Blue #0C8EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.75%

R = 3.6%
G = 42.64%
B = 53.75%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0C8EB3 (or 0x0C8EB3) is known color: Bondi Blue. HEX triplet: 0C, 8E and B3. RGB value is (12,142,179). Sum of RGB (Red+Green+Blue) = 12+142+179=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C8EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EB3 is #F3714C. Grayscale: #6B6B6B. Windows color (decimal): -15954253 or 11767308. OLE color: 11767308.

HSL color Cylindrical-coordinate representation of color #0C8EB3: hue angle of 193.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8EB3 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 142 179 -
CMYK 0.93 0.21 0 0.30
HSL 193.29º 0.87% 0.37% -
HSV(B) 193.29º 0.93% 0.7% -
XYZ 17.96 22.68 46.08 -
YUV 107.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 12 142 179 0.93 0.21 0 0.30 193.29 0.87 0.37
Hex C 8E B3 5D 15 0 1E C1 57 25
Octal 14 216 263 135 25 0 36 301 127 45
Binary 1100 10001110 10110011 1011101 10101 0 11110 11000001 1010111 100101

Color Harmonies of #0C8EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8EB3

Black with #0C8EB3

Text Example


Text Example

White with #0C8EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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