Html Css Color HEX #1FCCED Deep Sky Blue

📋 copy color: '#1FCCED'

red 31 ◦ green 204 ◦ blue 237

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

Shades of Deep Sky Blue #1FCCED

Tints of Deep Sky Blue #1FCCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 6.57%
G = 43.22%
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

#1FCCED (or 0x1FCCED) is known color: Deep Sky Blue. HEX triplet: 1F, CC and ED. RGB value is (31,204,237). Sum of RGB (Red+Green+Blue) = 31+204+237=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FCCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCED is #E03312. Grayscale: #9B9B9B. Windows color (decimal): -14693139 or 15584287. OLE color: 15584287.

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

Color convert

RGB 31 204 237 -
CMYK 0.87 0.14 0 0.07
HSL 189.61º 0.85% 0.53% -
HSV(B) 189.61º 0.87% 0.93% -
XYZ 37.44 49.59 87.72 -
YUV 156.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 31 204 237 0.87 0.14 0 0.07 189.61 0.85 0.53
Hex 1F CC ED 57 E 0 7 BE 55 35
Octal 37 314 355 127 16 0 7 276 125 65
Binary 11111 11001100 11101101 1010111 1110 0 111 10111110 1010101 110101

Color Harmonies of #1FCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCED

Black with #1FCCED

Text Example


Text Example

White with #1FCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,237); }

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

background-color css

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

 a { background-color: rgb(31,204,237); }

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

border-color css

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

 span { border-color: rgb(31,204,237); }

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