Html Css Color HEX #1FADF0 Summer Sky

📋 copy color: '#1FADF0'

red 31 ◦ green 173 ◦ blue 240

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

Shades of Summer Sky #1FADF0

Tints of Summer Sky #1FADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 6.98%
G = 38.96%
B = 54.05%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FADF0 (or 0x1FADF0) is known color: Summer Sky. HEX triplet: 1F, AD and F0. RGB value is (31,173,240). Sum of RGB (Red+Green+Blue) = 31+173+240=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FADF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FADF0 is #E0520F. Grayscale: #898989. Windows color (decimal): -14701072 or 15772959. OLE color: 15772959.

HSL color Cylindrical-coordinate representation of color #1FADF0: hue angle of 199.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FADF0 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 173 240 -
CMYK 0.87 0.28 0 0.06
HSL 199.23º 0.87% 0.53% -
HSV(B) 199.23º 0.87% 0.94% -
XYZ 31.24 36.47 87.83 -
YUV 138.18 185.46 51.55 -
System Red Green Blue C M Y K H S L
Decimal 31 173 240 0.87 0.28 0 0.06 199.23 0.87 0.53
Hex 1F AD F0 57 1C 0 6 C7 57 35
Octal 37 255 360 127 34 0 6 307 127 65
Binary 11111 10101101 11110000 1010111 11100 0 110 11000111 1010111 110101

Color Harmonies of #1FADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FADF0

Black with #1FADF0

Text Example


Text Example

White with #1FADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,240); }

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

background-color css

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

 a { background-color: rgb(31,173,240); }

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

border-color css

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

 span { border-color: rgb(31,173,240); }

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