Html Css Color HEX #018DAE Bondi Blue

📋 copy color: '#018DAE'

red 1 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #018DAE

Tints of Bondi Blue #018DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 0.32%
G = 44.62%
B = 55.06%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#018DAE (or 0x018DAE) is known color: Bondi Blue. HEX triplet: 01, 8D and AE. RGB value is (1,141,174). Sum of RGB (Red+Green+Blue) = 1+141+174=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #018DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DAE is #FE7251. Grayscale: #666666. Windows color (decimal): -16675410 or 11439361. OLE color: 11439361.

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

Color convert

RGB 1 141 174 -
CMYK 0.99 0.19 0 0.32
HSL 191.45º 0.99% 0.34% -
HSV(B) 191.45º 0.99% 0.68% -
XYZ 17.18 22.11 43.41 -
YUV 102.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 1 141 174 0.99 0.19 0 0.32 191.45 0.99 0.34
Hex 1 8D AE 63 13 0 20 BF 63 22
Octal 1 215 256 143 23 0 40 277 143 42
Binary 1 10001101 10101110 1100011 10011 0 100000 10111111 1100011 100010

Color Harmonies of #018DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DAE

Black with #018DAE

Text Example


Text Example

White with #018DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,141,174); }

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

background-color css

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

 a { background-color: rgb(1,141,174); }

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

border-color css

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

 span { border-color: rgb(1,141,174); }

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