Html Css Color HEX #018AAE Bondi Blue

📋 copy color: '#018AAE'

red 1 ◦ green 138 ◦ blue 174

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

Shades of Bondi Blue #018AAE

Tints of Bondi Blue #018AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

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

R = 0.32%
G = 44.09%
B = 55.59%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#018AAE (or 0x018AAE) is known color: Bondi Blue. HEX triplet: 01, 8A and AE. RGB value is (1,138,174). Sum of RGB (Red+Green+Blue) = 1+138+174=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #018AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAE is #FE7551. Grayscale: #646464. Windows color (decimal): -16676178 or 11438593. OLE color: 11438593.

HSL color Cylindrical-coordinate representation of color #018AAE: hue angle of 192.49º 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 #018AAE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 138 174 -
CMYK 0.99 0.21 0 0.32
HSL 192.49º 0.99% 0.34% -
HSV(B) 192.49º 0.99% 0.68% -
XYZ 16.74 21.24 43.26 -
YUV 101.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 1 138 174 0.99 0.21 0 0.32 192.49 0.99 0.34
Hex 1 8A AE 63 15 0 20 C0 63 22
Octal 1 212 256 143 25 0 40 300 143 42
Binary 1 10001010 10101110 1100011 10101 0 100000 11000000 1100011 100010

Color Harmonies of #018AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AAE

Black with #018AAE

Text Example


Text Example

White with #018AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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