Html Css Color HEX #1FCEEE Deep Sky Blue

📋 copy color: '#1FCEEE'

red 31 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #1FCEEE

Tints of Deep Sky Blue #1FCEEE

RGB

 RED value IS 31 (12.5% from 255) = 6.53%

 GREEN value IS 206 (80.86% from 255) = 43.37%

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

R = 6.53%
G = 43.37%
B = 50.11%

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

#1FCEEE (or 0x1FCEEE) is known color: Deep Sky Blue. HEX triplet: 1F, CE and EE. RGB value is (31,206,238). Sum of RGB (Red+Green+Blue) = 31+206+238=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEEE is #E03111. Grayscale: #9D9D9D. Windows color (decimal): -14692626 or 15650335. OLE color: 15650335.

HSL color Cylindrical-coordinate representation of color #1FCEEE: hue angle of 189.28º 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 #1FCEEE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 206 238 -
CMYK 0.87 0.13 0 0.07
HSL 189.28º 0.86% 0.53% -
HSV(B) 189.28º 0.87% 0.93% -
XYZ 38.07 50.61 88.65 -
YUV 157.32 173.52 37.9 -
System Red Green Blue C M Y K H S L
Decimal 31 206 238 0.87 0.13 0 0.07 189.28 0.86 0.53
Hex 1F CE EE 57 D 0 7 BD 56 35
Octal 37 316 356 127 15 0 7 275 126 65
Binary 11111 11001110 11101110 1010111 1101 0 111 10111101 1010110 110101

Color Harmonies of #1FCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCEEE

Black with #1FCEEE

Text Example


Text Example

White with #1FCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FCEEE; }

 p { color: rgb(31,206,238); }

 H1.HeaderClassName
 {
   color: #1FCEEE;
 }
 .AnyTagClassName
 {
   color: #1FCEEE;
 }
</style>

background-color css

<style>
 a { background-color: #1FCEEE; }

 a { background-color: rgb(31,206,238); }

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

border-color css

<style>
 span { border-color: #1FCEEE; }

 span { border-color: rgb(31,206,238); }

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