Html Css Color HEX #008EBA Bondi Blue

📋 copy color: '#008EBA'

red 0 ◦ green 142 ◦ blue 186

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

Shades of Bondi Blue #008EBA

Tints of Bondi Blue #008EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.29%

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 0%
G = 43.29%
B = 56.71%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#008EBA (or 0x008EBA) is known color: Bondi Blue. HEX triplet: 00, 8E and BA. RGB value is (0,142,186). Sum of RGB (Red+Green+Blue) = 0+142+186=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #008EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EBA is #FF7145. Grayscale: #686868. Windows color (decimal): -16740678 or 12226048. OLE color: 12226048.

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

Color convert

RGB 0 142 186 -
CMYK 1 0.24 0 0.27
HSL 194.19º 1% 0.36% -
HSV(B) 194.19º 1% 0.73% -
XYZ 18.54 22.89 49.9 -
YUV 104.56 173.96 53.42 -
System Red Green Blue C M Y K H S L
Decimal 0 142 186 1 0.24 0 0.27 194.19 1 0.36
Hex 0 8E BA 64 18 0 1B C2 64 24
Octal 0 216 272 144 30 0 33 302 144 44
Binary 0 10001110 10111010 1100100 11000 0 11011 11000010 1100100 100100

Color Harmonies of #008EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EBA

Black with #008EBA

Text Example


Text Example

White with #008EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,142,186); }

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

background-color css

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

 a { background-color: rgb(0,142,186); }

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

border-color css

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

 span { border-color: rgb(0,142,186); }

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