Html Css Color HEX #008CB5 Bondi Blue

📋 copy color: '#008CB5'

red 0 ◦ green 140 ◦ blue 181

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

Shades of Bondi Blue #008CB5

Tints of Bondi Blue #008CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 0%
G = 43.61%
B = 56.39%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#008CB5 (or 0x008CB5) is known color: Bondi Blue. HEX triplet: 00, 8C and B5. RGB value is (0,140,181). Sum of RGB (Red+Green+Blue) = 0+140+181=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #008CB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CB5 is #FF734A. Grayscale: #666666. Windows color (decimal): -16741195 or 11897856. OLE color: 11897856.

HSL color Cylindrical-coordinate representation of color #008CB5: hue angle of 193.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CB5 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 140 181 -
CMYK 1 0.23 0 0.29
HSL 193.59º 1% 0.35% -
HSV(B) 193.59º 1% 0.71% -
XYZ 17.72 22.09 47.05 -
YUV 102.81 172.12 54.67 -
System Red Green Blue C M Y K H S L
Decimal 0 140 181 1 0.23 0 0.29 193.59 1 0.35
Hex 0 8C B5 64 17 0 1D C2 64 23
Octal 0 214 265 144 27 0 35 302 144 43
Binary 0 10001100 10110101 1100100 10111 0 11101 11000010 1100100 100011

Color Harmonies of #008CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CB5

Black with #008CB5

Text Example


Text Example

White with #008CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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