Html Css Color HEX #018DAD Bondi Blue

📋 copy color: '#018DAD'

red 1 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #018DAD

Tints of Bondi Blue #018DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.76%

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

R = 0.32%
G = 44.76%
B = 54.92%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#018DAD (or 0x018DAD) is known color: Bondi Blue. HEX triplet: 01, 8D and AD. RGB value is (1,141,173). Sum of RGB (Red+Green+Blue) = 1+141+173=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #018DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DAD is #FE7252. Grayscale: #666666. Windows color (decimal): -16675411 or 11373825. OLE color: 11373825.

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

Color convert

RGB 1 141 173 -
CMYK 0.99 0.18 0 0.32
HSL 191.16º 0.99% 0.34% -
HSV(B) 191.16º 0.99% 0.68% -
XYZ 17.08 22.07 42.9 -
YUV 102.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 1 141 173 0.99 0.18 0 0.32 191.16 0.99 0.34
Hex 1 8D AD 63 12 0 20 BF 63 22
Octal 1 215 255 143 22 0 40 277 143 42
Binary 1 10001101 10101101 1100011 10010 0 100000 10111111 1100011 100010

Color Harmonies of #018DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DAD

Black with #018DAD

Text Example


Text Example

White with #018DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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