Html Css Color HEX #008CC0 Bondi Blue

📋 copy color: '#008CC0'

red 0 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #008CC0

Tints of Bondi Blue #008CC0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 0%
G = 42.17%
B = 57.83%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#008CC0 (or 0x008CC0) is known color: Bondi Blue. HEX triplet: 00, 8C and C0. RGB value is (0,140,192). Sum of RGB (Red+Green+Blue) = 0+140+192=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #008CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CC0 is #FF733F. Grayscale: #676767. Windows color (decimal): -16741184 or 12618752. OLE color: 12618752.

HSL color Cylindrical-coordinate representation of color #008CC0: hue angle of 196.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CC0 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 140 192 -
CMYK 1 0.27 0 0.25
HSL 196.25º 1% 0.38% -
HSV(B) 196.25º 1% 0.75% -
XYZ 18.89 22.56 53.23 -
YUV 104.07 177.62 53.77 -
System Red Green Blue C M Y K H S L
Decimal 0 140 192 1 0.27 0 0.25 196.25 1 0.38
Hex 0 8C C0 64 1B 0 19 C4 64 26
Octal 0 214 300 144 33 0 31 304 144 46
Binary 0 10001100 11000000 1100100 11011 0 11001 11000100 1100100 100110

Color Harmonies of #008CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CC0

Black with #008CC0

Text Example


Text Example

White with #008CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008CC0; }

 p { color: rgb(0,140,192); }

 H1.HeaderClassName
 {
   color: #008CC0;
 }
 .AnyTagClassName
 {
   color: #008CC0;
 }
</style>

background-color css

<style>
 a { background-color: #008CC0; }

 a { background-color: rgb(0,140,192); }

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

border-color css

<style>
 span { border-color: #008CC0; }

 span { border-color: rgb(0,140,192); }

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