Html Css Color HEX #20CFEE Deep Sky Blue

📋 copy color: '#20CFEE'

red 32 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #20CFEE

Tints of Deep Sky Blue #20CFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 6.71%
G = 43.4%
B = 49.9%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20CFEE (or 0x20CFEE) is known color: Deep Sky Blue. HEX triplet: 20, CF and EE. RGB value is (32,207,238). Sum of RGB (Red+Green+Blue) = 32+207+238=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #20CFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFEE is #DF3011. Grayscale: #9D9D9D. Windows color (decimal): -14626834 or 15650592. OLE color: 15650592.

HSL color Cylindrical-coordinate representation of color #20CFEE: hue angle of 189.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CFEE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 207 238 -
CMYK 0.87 0.13 0 0.07
HSL 189.03º 0.86% 0.53% -
HSV(B) 189.03º 0.87% 0.93% -
XYZ 38.34 51.11 88.73 -
YUV 158.21 173.02 37.98 -
System Red Green Blue C M Y K H S L
Decimal 32 207 238 0.87 0.13 0 0.07 189.03 0.86 0.53
Hex 20 CF EE 57 D 0 7 BD 56 35
Octal 40 317 356 127 15 0 7 275 126 65
Binary 100000 11001111 11101110 1010111 1101 0 111 10111101 1010110 110101

Color Harmonies of #20CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFEE

Black with #20CFEE

Text Example


Text Example

White with #20CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,238); }

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

background-color css

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

 a { background-color: rgb(32,207,238); }

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

border-color css

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

 span { border-color: rgb(32,207,238); }

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