Html Css Color HEX #1FB5DD Summer Sky

📋 copy color: '#1FB5DD'

red 31 ◦ green 181 ◦ blue 221

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

Shades of Summer Sky #1FB5DD

Tints of Summer Sky #1FB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

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

R = 7.16%
G = 41.8%
B = 51.04%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FB5DD (or 0x1FB5DD) is known color: Summer Sky. HEX triplet: 1F, B5 and DD. RGB value is (31,181,221). Sum of RGB (Red+Green+Blue) = 31+181+221=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FB5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5DD is #E04A22. Grayscale: #8C8C8C. Windows color (decimal): -14699043 or 14529823. OLE color: 14529823.

HSL color Cylindrical-coordinate representation of color #1FB5DD: hue angle of 192.63º 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 #1FB5DD is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 181 221 -
CMYK 0.86 0.18 0 0.13
HSL 192.63º 0.75% 0.49% -
HSV(B) 192.63º 0.86% 0.87% -
XYZ 30.14 38.56 74.26 -
YUV 140.71 173.31 49.75 -
System Red Green Blue C M Y K H S L
Decimal 31 181 221 0.86 0.18 0 0.13 192.63 0.75 0.49
Hex 1F B5 DD 56 12 0 D C1 4B 31
Octal 37 265 335 126 22 0 15 301 113 61
Binary 11111 10110101 11011101 1010110 10010 0 1101 11000001 1001011 110001

Color Harmonies of #1FB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB5DD

Black with #1FB5DD

Text Example


Text Example

White with #1FB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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