Html Css Color HEX #008CBD Bondi Blue

📋 copy color: '#008CBD'

red 0 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #008CBD

Tints of Bondi Blue #008CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 0%
G = 42.55%
B = 57.45%

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

#008CBD (or 0x008CBD) is known color: Bondi Blue. HEX triplet: 00, 8C and BD. RGB value is (0,140,189). Sum of RGB (Red+Green+Blue) = 0+140+189=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #008CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBD is #FF7342. Grayscale: #676767. Windows color (decimal): -16741187 or 12422144. OLE color: 12422144.

HSL color Cylindrical-coordinate representation of color #008CBD: hue angle of 195.56º 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 #008CBD is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 140 189 -
CMYK 1 0.26 0 0.26
HSL 195.56º 1% 0.37% -
HSV(B) 195.56º 1% 0.74% -
XYZ 18.56 22.43 51.5 -
YUV 103.73 176.12 54.02 -
System Red Green Blue C M Y K H S L
Decimal 0 140 189 1 0.26 0 0.26 195.56 1 0.37
Hex 0 8C BD 64 1A 0 1A C4 64 25
Octal 0 214 275 144 32 0 32 304 144 45
Binary 0 10001100 10111101 1100100 11010 0 11010 11000100 1100100 100101

Color Harmonies of #008CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CBD

Black with #008CBD

Text Example


Text Example

White with #008CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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