Html Css Color HEX #1FCDEE Deep Sky Blue

📋 copy color: '#1FCDEE'

red 31 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #1FCDEE

Tints of Deep Sky Blue #1FCDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

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

R = 6.54%
G = 43.25%
B = 50.21%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FCDEE (or 0x1FCDEE) is known color: Deep Sky Blue. HEX triplet: 1F, CD and EE. RGB value is (31,205,238). Sum of RGB (Red+Green+Blue) = 31+205+238=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FCDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCDEE is #E03211. Grayscale: #9C9C9C. Windows color (decimal): -14692882 or 15650079. OLE color: 15650079.

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

Color convert

RGB 31 205 238 -
CMYK 0.87 0.14 0 0.07
HSL 189.57º 0.86% 0.53% -
HSV(B) 189.57º 0.87% 0.93% -
XYZ 37.83 50.13 88.57 -
YUV 156.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 31 205 238 0.87 0.14 0 0.07 189.57 0.86 0.53
Hex 1F CD EE 57 E 0 7 BE 56 35
Octal 37 315 356 127 16 0 7 276 126 65
Binary 11111 11001101 11101110 1010111 1110 0 111 10111110 1010110 110101

Color Harmonies of #1FCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCDEE

Black with #1FCDEE

Text Example


Text Example

White with #1FCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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