Html Css Color HEX #1FC5DD Summer Sky

📋 copy color: '#1FC5DD'

red 31 ◦ green 197 ◦ blue 221

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

Shades of Summer Sky #1FC5DD

Tints of Summer Sky #1FC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.88%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 6.9%
G = 43.88%
B = 49.22%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FC5DD (or 0x1FC5DD) is known color: Summer Sky. HEX triplet: 1F, C5 and DD. RGB value is (31,197,221). Sum of RGB (Red+Green+Blue) = 31+197+221=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FC5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5DD is #E03A22. Grayscale: #959595. Windows color (decimal): -14694947 or 14533919. OLE color: 14533919.

HSL color Cylindrical-coordinate representation of color #1FC5DD: hue angle of 187.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC5DD is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 197 221 -
CMYK 0.86 0.11 0 0.13
HSL 187.58º 0.75% 0.49% -
HSV(B) 187.58º 0.86% 0.87% -
XYZ 33.58 45.44 75.41 -
YUV 150.1 168 43.05 -
System Red Green Blue C M Y K H S L
Decimal 31 197 221 0.86 0.11 0 0.13 187.58 0.75 0.49
Hex 1F C5 DD 56 B 0 D BC 4B 31
Octal 37 305 335 126 13 0 15 274 113 61
Binary 11111 11000101 11011101 1010110 1011 0 1101 10111100 1001011 110001

Color Harmonies of #1FC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC5DD

Black with #1FC5DD

Text Example


Text Example

White with #1FC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,197,221); }

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

background-color css

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

 a { background-color: rgb(31,197,221); }

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

border-color css

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

 span { border-color: rgb(31,197,221); }

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