Html Css Color HEX #1FA8DD Summer Sky

📋 copy color: '#1FA8DD'

red 31 ◦ green 168 ◦ blue 221

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

Shades of Summer Sky #1FA8DD

Tints of Summer Sky #1FA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 7.38%
G = 40%
B = 52.62%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FA8DD (or 0x1FA8DD) is known color: Summer Sky. HEX triplet: 1F, A8 and DD. RGB value is (31,168,221). Sum of RGB (Red+Green+Blue) = 31+168+221=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8DD is #E05722. Grayscale: #848484. Windows color (decimal): -14702371 or 14526495. OLE color: 14526495.

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

Color convert

RGB 31 168 221 -
CMYK 0.86 0.24 0 0.13
HSL 196.74º 0.75% 0.49% -
HSV(B) 196.74º 0.86% 0.87% -
XYZ 27.62 33.52 73.42 -
YUV 133.08 177.61 55.19 -
System Red Green Blue C M Y K H S L
Decimal 31 168 221 0.86 0.24 0 0.13 196.74 0.75 0.49
Hex 1F A8 DD 56 18 0 D C5 4B 31
Octal 37 250 335 126 30 0 15 305 113 61
Binary 11111 10101000 11011101 1010110 11000 0 1101 11000101 1001011 110001

Color Harmonies of #1FA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA8DD

Black with #1FA8DD

Text Example


Text Example

White with #1FA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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