Html Css Color HEX #008CBB Bondi Blue

📋 copy color: '#008CBB'

red 0 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #008CBB

Tints of Bondi Blue #008CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 0%
G = 42.81%
B = 57.19%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#008CBB (or 0x008CBB) is known color: Bondi Blue. HEX triplet: 00, 8C and BB. RGB value is (0,140,187). Sum of RGB (Red+Green+Blue) = 0+140+187=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #008CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBB is #FF7344. Grayscale: #676767. Windows color (decimal): -16741189 or 12291072. OLE color: 12291072.

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

Color convert

RGB 0 140 187 -
CMYK 1 0.25 0 0.27
HSL 195.08º 1% 0.37% -
HSV(B) 195.08º 1% 0.73% -
XYZ 18.35 22.34 50.36 -
YUV 103.5 175.12 54.18 -
System Red Green Blue C M Y K H S L
Decimal 0 140 187 1 0.25 0 0.27 195.08 1 0.37
Hex 0 8C BB 64 19 0 1B C3 64 25
Octal 0 214 273 144 31 0 33 303 144 45
Binary 0 10001100 10111011 1100100 11001 0 11011 11000011 1100100 100101

Color Harmonies of #008CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CBB

Black with #008CBB

Text Example


Text Example

White with #008CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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