Html Css Color HEX #018CAE Bondi Blue

📋 copy color: '#018CAE'

red 1 ◦ green 140 ◦ blue 174

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

Shades of Bondi Blue #018CAE

Tints of Bondi Blue #018CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 0.32%
G = 44.44%
B = 55.24%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#018CAE (or 0x018CAE) is known color: Bondi Blue. HEX triplet: 01, 8C and AE. RGB value is (1,140,174). Sum of RGB (Red+Green+Blue) = 1+140+174=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #018CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAE is #FE7351. Grayscale: #666666. Windows color (decimal): -16675666 or 11439105. OLE color: 11439105.

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

Color convert

RGB 1 140 174 -
CMYK 0.99 0.20 0 0.32
HSL 191.79º 0.99% 0.34% -
HSV(B) 191.79º 0.99% 0.68% -
XYZ 17.03 21.82 43.36 -
YUV 102.32 168.45 55.74 -
System Red Green Blue C M Y K H S L
Decimal 1 140 174 0.99 0.20 0 0.32 191.79 0.99 0.34
Hex 1 8C AE 63 14 0 20 C0 63 22
Octal 1 214 256 143 24 0 40 300 143 42
Binary 1 10001100 10101110 1100011 10100 0 100000 11000000 1100011 100010

Color Harmonies of #018CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CAE

Black with #018CAE

Text Example


Text Example

White with #018CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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