Html Css Color HEX #1FAFDA Summer Sky

📋 copy color: '#1FAFDA'

red 31 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #1FAFDA

Tints of Summer Sky #1FAFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 7.31%
G = 41.27%
B = 51.42%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1FAFDA (or 0x1FAFDA) is known color: Summer Sky. HEX triplet: 1F, AF and DA. RGB value is (31,175,218). Sum of RGB (Red+Green+Blue) = 31+175+218=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFDA is #E05025. Grayscale: #888888. Windows color (decimal): -14700582 or 14331679. OLE color: 14331679.

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

Color convert

RGB 31 175 218 -
CMYK 0.86 0.20 0 0.15
HSL 193.8º 0.75% 0.49% -
HSV(B) 193.8º 0.86% 0.85% -
XYZ 28.55 36.01 71.78 -
YUV 136.85 173.79 52.5 -
System Red Green Blue C M Y K H S L
Decimal 31 175 218 0.86 0.20 0 0.15 193.8 0.75 0.49
Hex 1F AF DA 56 14 0 F C2 4B 31
Octal 37 257 332 126 24 0 17 302 113 61
Binary 11111 10101111 11011010 1010110 10100 0 1111 11000010 1001011 110001

Color Harmonies of #1FAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFDA

Black with #1FAFDA

Text Example


Text Example

White with #1FAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,218); }

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

background-color css

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

 a { background-color: rgb(31,175,218); }

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

border-color css

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

 span { border-color: rgb(31,175,218); }

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