Html Css Color HEX #018DAC Bondi Blue

📋 copy color: '#018DAC'

red 1 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #018DAC

Tints of Bondi Blue #018DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 0.32%
G = 44.9%
B = 54.78%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#018DAC (or 0x018DAC) is known color: Bondi Blue. HEX triplet: 01, 8D and AC. RGB value is (1,141,172). Sum of RGB (Red+Green+Blue) = 1+141+172=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #018DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DAC is #FE7253. Grayscale: #666666. Windows color (decimal): -16675412 or 11308289. OLE color: 11308289.

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

Color convert

RGB 1 141 172 -
CMYK 0.99 0.18 0 0.33
HSL 190.88º 0.99% 0.34% -
HSV(B) 190.88º 0.99% 0.67% -
XYZ 16.98 22.03 42.39 -
YUV 102.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 1 141 172 0.99 0.18 0 0.33 190.88 0.99 0.34
Hex 1 8D AC 63 12 0 21 BF 63 22
Octal 1 215 254 143 22 0 41 277 143 42
Binary 1 10001101 10101100 1100011 10010 0 100001 10111111 1100011 100010

Color Harmonies of #018DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DAC

Black with #018DAC

Text Example


Text Example

White with #018DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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