Html Css Color HEX #1FCCF1 Deep Sky Blue

📋 copy color: '#1FCCF1'

red 31 ◦ green 204 ◦ blue 241

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

Shades of Deep Sky Blue #1FCCF1

Tints of Deep Sky Blue #1FCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 6.51%
G = 42.86%
B = 50.63%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1FCCF1 (or 0x1FCCF1) is known color: Deep Sky Blue. HEX triplet: 1F, CC and F1. RGB value is (31,204,241). Sum of RGB (Red+Green+Blue) = 31+204+241=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FCCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCF1 is #E0330E. Grayscale: #9C9C9C. Windows color (decimal): -14693135 or 15846431. OLE color: 15846431.

HSL color Cylindrical-coordinate representation of color #1FCCF1: hue angle of 190.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCCF1 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 31 204 241 -
CMYK 0.87 0.15 0 0.05
HSL 190.57º 0.88% 0.53% -
HSV(B) 190.57º 0.87% 0.95% -
XYZ 38.04 49.83 90.83 -
YUV 156.49 175.69 38.49 -
System Red Green Blue C M Y K H S L
Decimal 31 204 241 0.87 0.15 0 0.05 190.57 0.88 0.53
Hex 1F CC F1 57 F 0 5 BF 58 35
Octal 37 314 361 127 17 0 5 277 130 65
Binary 11111 11001100 11110001 1010111 1111 0 101 10111111 1011000 110101

Color Harmonies of #1FCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCF1

Black with #1FCCF1

Text Example


Text Example

White with #1FCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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