Html Css Color HEX #018CBD Bondi Blue

📋 copy color: '#018CBD'

red 1 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #018CBD

Tints of Bondi Blue #018CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 0.3%
G = 42.42%
B = 57.27%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#018CBD (or 0x018CBD) is known color: Bondi Blue. HEX triplet: 01, 8C and BD. RGB value is (1,140,189). Sum of RGB (Red+Green+Blue) = 1+140+189=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #018CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBD is #FE7342. Grayscale: #676767. Windows color (decimal): -16675651 or 12422145. OLE color: 12422145.

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

Color convert

RGB 1 140 189 -
CMYK 0.99 0.26 0 0.26
HSL 195.64º 0.99% 0.37% -
HSV(B) 195.64º 0.99% 0.74% -
XYZ 18.58 22.44 51.5 -
YUV 104.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 1 140 189 0.99 0.26 0 0.26 195.64 0.99 0.37
Hex 1 8C BD 63 1A 0 1A C4 63 25
Octal 1 214 275 143 32 0 32 304 143 45
Binary 1 10001100 10111101 1100011 11010 0 11010 11000100 1100011 100101

Color Harmonies of #018CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CBD

Black with #018CBD

Text Example


Text Example

White with #018CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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