Html Css Color HEX #008EB3 Bondi Blue

📋 copy color: '#008EB3'

red 0 ◦ green 142 ◦ blue 179

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

Shades of Bondi Blue #008EB3

Tints of Bondi Blue #008EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 0%
G = 44.24%
B = 55.76%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#008EB3 (or 0x008EB3) is known color: Bondi Blue. HEX triplet: 00, 8E and B3. RGB value is (0,142,179). Sum of RGB (Red+Green+Blue) = 0+142+179=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #008EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EB3 is #FF714C. Grayscale: #676767. Windows color (decimal): -16740685 or 11767296. OLE color: 11767296.

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

Color convert

RGB 0 142 179 -
CMYK 1 0.21 0 0.30
HSL 192.4º 1% 0.35% -
HSV(B) 192.4º 1% 0.7% -
XYZ 17.81 22.6 46.07 -
YUV 103.76 170.46 53.99 -
System Red Green Blue C M Y K H S L
Decimal 0 142 179 1 0.21 0 0.30 192.4 1 0.35
Hex 0 8E B3 64 15 0 1E C0 64 23
Octal 0 216 263 144 25 0 36 300 144 43
Binary 0 10001110 10110011 1100100 10101 0 11110 11000000 1100100 100011

Color Harmonies of #008EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EB3

Black with #008EB3

Text Example


Text Example

White with #008EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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