Html Css Color HEX #018EB9 Bondi Blue

📋 copy color: '#018EB9'

red 1 ◦ green 142 ◦ blue 185

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

Shades of Bondi Blue #018EB9

Tints of Bondi Blue #018EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.29%

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

R = 0.3%
G = 43.29%
B = 56.4%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018EB9 (or 0x018EB9) is known color: Bondi Blue. HEX triplet: 01, 8E and B9. RGB value is (1,142,185). Sum of RGB (Red+Green+Blue) = 1+142+185=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #018EB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EB9 is #FE7146. Grayscale: #686868. Windows color (decimal): -16675143 or 12160513. OLE color: 12160513.

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

Color convert

RGB 1 142 185 -
CMYK 0.99 0.23 0 0.27
HSL 194.02º 0.99% 0.36% -
HSV(B) 194.02º 0.99% 0.73% -
XYZ 18.44 22.86 49.34 -
YUV 104.74 173.29 54 -
System Red Green Blue C M Y K H S L
Decimal 1 142 185 0.99 0.23 0 0.27 194.02 0.99 0.36
Hex 1 8E B9 63 17 0 1B C2 63 24
Octal 1 216 271 143 27 0 33 302 143 44
Binary 1 10001110 10111001 1100011 10111 0 11011 11000010 1100011 100100

Color Harmonies of #018EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EB9

Black with #018EB9

Text Example


Text Example

White with #018EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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