Html Css Color HEX #1FCCEE Deep Sky Blue

📋 copy color: '#1FCCEE'

red 31 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #1FCCEE

Tints of Deep Sky Blue #1FCCEE

RGB

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

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

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

R = 6.55%
G = 43.13%
B = 50.32%

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

#1FCCEE (or 0x1FCCEE) is known color: Deep Sky Blue. HEX triplet: 1F, CC and EE. RGB value is (31,204,238). Sum of RGB (Red+Green+Blue) = 31+204+238=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCEE is #E03311. Grayscale: #9B9B9B. Windows color (decimal): -14693138 or 15649823. OLE color: 15649823.

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

Color convert

RGB 31 204 238 -
CMYK 0.87 0.14 0 0.07
HSL 189.86º 0.86% 0.53% -
HSV(B) 189.86º 0.87% 0.93% -
XYZ 37.59 49.65 88.49 -
YUV 156.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 31 204 238 0.87 0.14 0 0.07 189.86 0.86 0.53
Hex 1F CC EE 57 E 0 7 BE 56 35
Octal 37 314 356 127 16 0 7 276 126 65
Binary 11111 11001100 11101110 1010111 1110 0 111 10111110 1010110 110101

Color Harmonies of #1FCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCEE

Black with #1FCCEE

Text Example


Text Example

White with #1FCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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