Html Css Color HEX #018DB9 Bondi Blue

📋 copy color: '#018DB9'

red 1 ◦ green 141 ◦ blue 185

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

Shades of Bondi Blue #018DB9

Tints of Bondi Blue #018DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.57%

R = 0.31%
G = 43.12%
B = 56.57%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018DB9 (or 0x018DB9) is known color: Bondi Blue. HEX triplet: 01, 8D and B9. RGB value is (1,141,185). Sum of RGB (Red+Green+Blue) = 1+141+185=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #018DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB9 is #FE7246. Grayscale: #676767. Windows color (decimal): -16675399 or 12160257. OLE color: 12160257.

HSL color Cylindrical-coordinate representation of color #018DB9: hue angle of 194.35º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB9 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 141 185 -
CMYK 0.99 0.24 0 0.27
HSL 194.35º 0.99% 0.36% -
HSV(B) 194.35º 0.99% 0.73% -
XYZ 18.29 22.56 49.29 -
YUV 104.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 1 141 185 0.99 0.24 0 0.27 194.35 0.99 0.36
Hex 1 8D B9 63 18 0 1B C2 63 24
Octal 1 215 271 143 30 0 33 302 143 44
Binary 1 10001101 10111001 1100011 11000 0 11011 11000010 1100011 100100

Color Harmonies of #018DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DB9

Black with #018DB9

Text Example


Text Example

White with #018DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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