Html Css Color HEX #018AAD Bondi Blue

📋 copy color: '#018AAD'

red 1 ◦ green 138 ◦ blue 173

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

Shades of Bondi Blue #018AAD

Tints of Bondi Blue #018AAD

RGB

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

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

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

R = 0.32%
G = 44.23%
B = 55.45%

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

#018AAD (or 0x018AAD) is known color: Bondi Blue. HEX triplet: 01, 8A and AD. RGB value is (1,138,173). Sum of RGB (Red+Green+Blue) = 1+138+173=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #018AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAD is #FE7552. Grayscale: #646464. Windows color (decimal): -16676179 or 11373057. OLE color: 11373057.

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

Color convert

RGB 1 138 173 -
CMYK 0.99 0.20 0 0.32
HSL 192.21º 0.99% 0.34% -
HSV(B) 192.21º 0.99% 0.68% -
XYZ 16.64 21.2 42.75 -
YUV 101.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 1 138 173 0.99 0.20 0 0.32 192.21 0.99 0.34
Hex 1 8A AD 63 14 0 20 C0 63 22
Octal 1 212 255 143 24 0 40 300 143 42
Binary 1 10001010 10101101 1100011 10100 0 100000 11000000 1100011 100010

Color Harmonies of #018AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AAD

Black with #018AAD

Text Example


Text Example

White with #018AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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