Html Css Color HEX #20BBFF Deep Sky Blue

📋 copy color: '#20BBFF'

red 32 ◦ green 187 ◦ blue 255

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

Shades of Deep Sky Blue #20BBFF

Tints of Deep Sky Blue #20BBFF

RGB

 RED value IS 32 (12.89% from 255) = 6.75%

 GREEN value IS 187 (73.44% from 255) = 39.45%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 6.75%
G = 39.45%
B = 53.8%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#20BBFF (or 0x20BBFF) is known color: Deep Sky Blue. HEX triplet: 20, BB and FF. RGB value is (32,187,255). Sum of RGB (Red+Green+Blue) = 32+187+255=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #20BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BBFF is #DF4400. Grayscale: #939393. Windows color (decimal): -14631937 or 16759584. OLE color: 16759584.

HSL color Cylindrical-coordinate representation of color #20BBFF: hue angle of 198.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BBFF is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 187 255 -
CMYK 0.87 0.27 0 0
HSL 198.3º 1% 0.56% -
HSV(B) 198.3º 0.87% 1% -
XYZ 36.42 43.07 101 -
YUV 148.41 188.15 44.97 -
System Red Green Blue C M Y K H S L
Decimal 32 187 255 0.87 0.27 0 0 198.3 1 0.56
Hex 20 BB FF 57 1B 0 0 C6 64 38
Octal 40 273 377 127 33 0 0 306 144 70
Binary 100000 10111011 11111111 1010111 11011 0 0 11000110 1100100 111000

Color Harmonies of #20BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBFF

Black with #20BBFF

Text Example


Text Example

White with #20BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BBFF; }

 p { color: rgb(32,187,255); }

 H1.HeaderClassName
 {
   color: #20BBFF;
 }
 .AnyTagClassName
 {
   color: #20BBFF;
 }
</style>

background-color css

<style>
 a { background-color: #20BBFF; }

 a { background-color: rgb(32,187,255); }

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

border-color css

<style>
 span { border-color: #20BBFF; }

 span { border-color: rgb(32,187,255); }

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