Html Css Color HEX #008CBC Bondi Blue

📋 copy color: '#008CBC'

red 0 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #008CBC

Tints of Bondi Blue #008CBC

RGB

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

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

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

R = 0%
G = 42.68%
B = 57.32%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#008CBC (or 0x008CBC) is known color: Bondi Blue. HEX triplet: 00, 8C and BC. RGB value is (0,140,188). Sum of RGB (Red+Green+Blue) = 0+140+188=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #008CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBC is #FF7343. Grayscale: #676767. Windows color (decimal): -16741188 or 12356608. OLE color: 12356608.

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

Color convert

RGB 0 140 188 -
CMYK 1 0.26 0 0.26
HSL 195.32º 1% 0.37% -
HSV(B) 195.32º 1% 0.74% -
XYZ 18.46 22.39 50.93 -
YUV 103.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 0 140 188 1 0.26 0 0.26 195.32 1 0.37
Hex 0 8C BC 64 1A 0 1A C3 64 25
Octal 0 214 274 144 32 0 32 303 144 45
Binary 0 10001100 10111100 1100100 11010 0 11010 11000011 1100100 100101

Color Harmonies of #008CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CBC

Black with #008CBC

Text Example


Text Example

White with #008CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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