Html Css Color HEX #018FAA Bondi Blue

📋 copy color: '#018FAA'

red 1 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #018FAA

Tints of Bondi Blue #018FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 0.32%
G = 45.54%
B = 54.14%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#018FAA (or 0x018FAA) is known color: Bondi Blue. HEX triplet: 01, 8F and AA. RGB value is (1,143,170). Sum of RGB (Red+Green+Blue) = 1+143+170=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #018FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAA is #FE7055. Grayscale: #676767. Windows color (decimal): -16674902 or 11177729. OLE color: 11177729.

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

Color convert

RGB 1 143 170 -
CMYK 0.99 0.16 0 0.33
HSL 189.59º 0.99% 0.34% -
HSV(B) 189.59º 0.99% 0.67% -
XYZ 17.09 22.55 41.48 -
YUV 103.62 165.46 54.8 -
System Red Green Blue C M Y K H S L
Decimal 1 143 170 0.99 0.16 0 0.33 189.59 0.99 0.34
Hex 1 8F AA 63 10 0 21 BE 63 22
Octal 1 217 252 143 20 0 41 276 143 42
Binary 1 10001111 10101010 1100011 10000 0 100001 10111110 1100011 100010

Color Harmonies of #018FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FAA

Black with #018FAA

Text Example


Text Example

White with #018FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,170); }

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

background-color css

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

 a { background-color: rgb(1,143,170); }

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

border-color css

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

 span { border-color: rgb(1,143,170); }

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