Html Css Color HEX #018AAF Bondi Blue

📋 copy color: '#018AAF'

red 1 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #018AAF

Tints of Bondi Blue #018AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 0.32%
G = 43.95%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#018AAF (or 0x018AAF) is known color: Bondi Blue. HEX triplet: 01, 8A and AF. RGB value is (1,138,175). Sum of RGB (Red+Green+Blue) = 1+138+175=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #018AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAF is #FE7550. Grayscale: #646464. Windows color (decimal): -16676177 or 11504129. OLE color: 11504129.

HSL color Cylindrical-coordinate representation of color #018AAF: hue angle of 192.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AAF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 138 175 -
CMYK 0.99 0.21 0 0.31
HSL 192.76º 0.99% 0.35% -
HSV(B) 192.76º 0.99% 0.69% -
XYZ 16.84 21.28 43.78 -
YUV 101.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 1 138 175 0.99 0.21 0 0.31 192.76 0.99 0.35
Hex 1 8A AF 63 15 0 1F C1 63 23
Octal 1 212 257 143 25 0 37 301 143 43
Binary 1 10001010 10101111 1100011 10101 0 11111 11000001 1100011 100011

Color Harmonies of #018AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AAF

Black with #018AAF

Text Example


Text Example

White with #018AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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