Html Css Color HEX #018DBD Bondi Blue

📋 copy color: '#018DBD'

red 1 ◦ green 141 ◦ blue 189

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

Shades of Bondi Blue #018DBD

Tints of Bondi Blue #018DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 0.3%
G = 42.6%
B = 57.1%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#018DBD (or 0x018DBD) is known color: Bondi Blue. HEX triplet: 01, 8D and BD. RGB value is (1,141,189). Sum of RGB (Red+Green+Blue) = 1+141+189=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #018DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DBD is #FE7242. Grayscale: #686868. Windows color (decimal): -16675395 or 12422401. OLE color: 12422401.

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

Color convert

RGB 1 141 189 -
CMYK 0.99 0.25 0 0.26
HSL 195.32º 0.99% 0.37% -
HSV(B) 195.32º 0.99% 0.74% -
XYZ 18.72 22.73 51.54 -
YUV 104.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 1 141 189 0.99 0.25 0 0.26 195.32 0.99 0.37
Hex 1 8D BD 63 19 0 1A C3 63 25
Octal 1 215 275 143 31 0 32 303 143 45
Binary 1 10001101 10111101 1100011 11001 0 11010 11000011 1100011 100101

Color Harmonies of #018DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DBD

Black with #018DBD

Text Example


Text Example

White with #018DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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