Html Css Color HEX #0C8BBC Bondi Blue

📋 copy color: '#0C8BBC'

red 12 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #0C8BBC

Tints of Bondi Blue #0C8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 3.54%
G = 41%
B = 55.46%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C8BBC (or 0x0C8BBC) is known color: Bondi Blue. HEX triplet: 0C, 8B and BC. RGB value is (12,139,188). Sum of RGB (Red+Green+Blue) = 12+139+188=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C8BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8BBC is #F37443. Grayscale: #6A6A6A. Windows color (decimal): -15955012 or 12356364. OLE color: 12356364.

HSL color Cylindrical-coordinate representation of color #0C8BBC: hue angle of 196.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8BBC is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 139 188 -
CMYK 0.94 0.26 0 0.26
HSL 196.7º 0.88% 0.39% -
HSV(B) 196.7º 0.94% 0.74% -
XYZ 18.46 22.17 50.88 -
YUV 106.61 173.92 60.52 -
System Red Green Blue C M Y K H S L
Decimal 12 139 188 0.94 0.26 0 0.26 196.7 0.88 0.39
Hex C 8B BC 5E 1A 0 1A C5 58 27
Octal 14 213 274 136 32 0 32 305 130 47
Binary 1100 10001011 10111100 1011110 11010 0 11010 11000101 1011000 100111

Color Harmonies of #0C8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8BBC

Black with #0C8BBC

Text Example


Text Example

White with #0C8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,139,188); }

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

background-color css

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

 a { background-color: rgb(12,139,188); }

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

border-color css

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

 span { border-color: rgb(12,139,188); }

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