#008EC1

Color #008EC1 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #008EC1

Tints of Bondi Blue #008EC1

Color information

#008EC1 (or 0x008EC1) is unknown color: approx Bondi Blue. HEX triplet: 00, 8E and C1. RGB value is (0,142,193). Sum of RGB (Red+Green+Blue) = 0+142+193=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #008EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EC1 is #FF713E. Grayscale: #696969. Windows color (decimal): -16740671 or 12684800. OLE color: 12684800.

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

Color convert

RGB0142193-
CMYK10.2600.24
HSL195.85º100%37.84%-
HSV(B)195.85º100%75.69%-
XYZ19.323.253.91-
YUV105.36177.4652.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=0%
G=42.39%
B=57.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal014219310.2600.24195.8510037.84
Hex08EC1641A018c46426
Octal02163011443203030414446
Binary01000111011000001110010011010011000110001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #008EC1;
 }
 .AnyTagClassName
 {
   color: #008EC1;
 }
</style>
background-color css

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

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

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

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

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

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