Html Css Color HEX #018DBF Bondi Blue

📋 copy color: '#018DBF'

red 1 ◦ green 141 ◦ blue 191

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

Shades of Bondi Blue #018DBF

Tints of Bondi Blue #018DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.36%

R = 0.3%
G = 42.34%
B = 57.36%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018DBF (or 0x018DBF) is known color: Bondi Blue. HEX triplet: 01, 8D and BF. RGB value is (1,141,191). Sum of RGB (Red+Green+Blue) = 1+141+191=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #018DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DBF is #FE7240. Grayscale: #686868. Windows color (decimal): -16675393 or 12553473. OLE color: 12553473.

HSL color Cylindrical-coordinate representation of color #018DBF: hue angle of 195.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DBF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 141 191 -
CMYK 0.99 0.26 0 0.25
HSL 195.79º 0.99% 0.38% -
HSV(B) 195.79º 0.99% 0.75% -
XYZ 18.94 22.82 52.7 -
YUV 104.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 1 141 191 0.99 0.26 0 0.25 195.79 0.99 0.38
Hex 1 8D BF 63 1A 0 19 C4 63 26
Octal 1 215 277 143 32 0 31 304 143 46
Binary 1 10001101 10111111 1100011 11010 0 11001 11000100 1100011 100110

Color Harmonies of #018DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DBF

Black with #018DBF

Text Example


Text Example

White with #018DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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