Html Css Color HEX #018CBF Bondi Blue

📋 copy color: '#018CBF'

red 1 ◦ green 140 ◦ blue 191

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

Shades of Bondi Blue #018CBF

Tints of Bondi Blue #018CBF

RGB

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

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

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

R = 0.3%
G = 42.17%
B = 57.53%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018CBF (or 0x018CBF) is known color: Bondi Blue. HEX triplet: 01, 8C and BF. RGB value is (1,140,191). Sum of RGB (Red+Green+Blue) = 1+140+191=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #018CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBF is #FE7340. Grayscale: #676767. Windows color (decimal): -16675649 or 12553217. OLE color: 12553217.

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

Color convert

RGB 1 140 191 -
CMYK 0.99 0.27 0 0.25
HSL 196.11º 0.99% 0.38% -
HSV(B) 196.11º 0.99% 0.75% -
XYZ 18.79 22.52 52.65 -
YUV 104.25 176.95 54.35 -
System Red Green Blue C M Y K H S L
Decimal 1 140 191 0.99 0.27 0 0.25 196.11 0.99 0.38
Hex 1 8C BF 63 1B 0 19 C4 63 26
Octal 1 214 277 143 33 0 31 304 143 46
Binary 1 10001100 10111111 1100011 11011 0 11001 11000100 1100011 100110

Color Harmonies of #018CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CBF

Black with #018CBF

Text Example


Text Example

White with #018CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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