Html Css Color HEX #1FCCFF Deep Sky Blue

📋 copy color: '#1FCCFF'

red 31 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #1FCCFF

Tints of Deep Sky Blue #1FCCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 6.33%
G = 41.63%
B = 52.04%

CMYK

 C value IS 0.88

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FCCFF (or 0x1FCCFF) is known color: Deep Sky Blue. HEX triplet: 1F, CC and FF. RGB value is (31,204,255). Sum of RGB (Red+Green+Blue) = 31+204+255=490 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.33% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCFF is #E03300. Grayscale: #9D9D9D. Windows color (decimal): -14693121 or 16763935. OLE color: 16763935.

HSL color Cylindrical-coordinate representation of color #1FCCFF: hue angle of 193.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCCFF is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 204 255 -
CMYK 0.88 0.2 0 0
HSL 193.66º 1% 0.56% -
HSV(B) 193.66º 0.88% 1% -
XYZ 40.21 50.7 102.27 -
YUV 158.09 182.69 37.35 -
System Red Green Blue C M Y K H S L
Decimal 31 204 255 0.88 0.2 0 0 193.66 1 0.56
Hex 1F CC FF 58 14 0 0 C2 64 38
Octal 37 314 377 130 24 0 0 302 144 70
Binary 11111 11001100 11111111 1011000 10100 0 0 11000010 1100100 111000

Color Harmonies of #1FCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCFF

Black with #1FCCFF

Text Example


Text Example

White with #1FCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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