Html Css Color HEX #018FAD Bondi Blue

📋 copy color: '#018FAD'

red 1 ◦ green 143 ◦ blue 173

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

Shades of Bondi Blue #018FAD

Tints of Bondi Blue #018FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 0.32%
G = 45.11%
B = 54.57%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#018FAD (or 0x018FAD) is known color: Bondi Blue. HEX triplet: 01, 8F and AD. RGB value is (1,143,173). Sum of RGB (Red+Green+Blue) = 1+143+173=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #018FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAD is #FE7052. Grayscale: #676767. Windows color (decimal): -16674899 or 11374337. OLE color: 11374337.

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

Color convert

RGB 1 143 173 -
CMYK 0.99 0.17 0 0.32
HSL 190.47º 0.99% 0.34% -
HSV(B) 190.47º 0.99% 0.68% -
XYZ 17.38 22.67 42.99 -
YUV 103.96 166.96 54.56 -
System Red Green Blue C M Y K H S L
Decimal 1 143 173 0.99 0.17 0 0.32 190.47 0.99 0.34
Hex 1 8F AD 63 11 0 20 BE 63 22
Octal 1 217 255 143 21 0 40 276 143 42
Binary 1 10001111 10101101 1100011 10001 0 100000 10111110 1100011 100010

Color Harmonies of #018FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FAD

Black with #018FAD

Text Example


Text Example

White with #018FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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