Html Css Color HEX #018EAC Bondi Blue

📋 copy color: '#018EAC'

red 1 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #018EAC

Tints of Bondi Blue #018EAC

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 0.32%
G = 45.08%
B = 54.6%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#018EAC (or 0x018EAC) is known color: Bondi Blue. HEX triplet: 01, 8E and AC. RGB value is (1,142,172). Sum of RGB (Red+Green+Blue) = 1+142+172=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #018EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EAC is #FE7153. Grayscale: #676767. Windows color (decimal): -16675156 or 11308545. OLE color: 11308545.

HSL color Cylindrical-coordinate representation of color #018EAC: hue angle of 190.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EAC is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 142 172 -
CMYK 0.99 0.17 0 0.33
HSL 190.53º 0.99% 0.34% -
HSV(B) 190.53º 0.99% 0.67% -
XYZ 17.13 22.33 42.44 -
YUV 103.26 166.79 55.06 -
System Red Green Blue C M Y K H S L
Decimal 1 142 172 0.99 0.17 0 0.33 190.53 0.99 0.34
Hex 1 8E AC 63 11 0 21 BF 63 22
Octal 1 216 254 143 21 0 41 277 143 42
Binary 1 10001110 10101100 1100011 10001 0 100001 10111111 1100011 100010

Color Harmonies of #018EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EAC

Black with #018EAC

Text Example


Text Example

White with #018EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018EAC; }

 p { color: rgb(1,142,172); }

 H1.HeaderClassName
 {
   color: #018EAC;
 }
 .AnyTagClassName
 {
   color: #018EAC;
 }
</style>

background-color css

<style>
 a { background-color: #018EAC; }

 a { background-color: rgb(1,142,172); }

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

border-color css

<style>
 span { border-color: #018EAC; }

 span { border-color: rgb(1,142,172); }

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