Html Css Color HEX #1F9AD6 Summer Sky

📋 copy color: '#1F9AD6'

red 31 ◦ green 154 ◦ blue 214

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

Shades of Summer Sky #1F9AD6

Tints of Summer Sky #1F9AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 7.77%
G = 38.6%
B = 53.63%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1F9AD6 (or 0x1F9AD6) is known color: Summer Sky. HEX triplet: 1F, 9A and D6. RGB value is (31,154,214). Sum of RGB (Red+Green+Blue) = 31+154+214=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #1F9AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9AD6 is #E06529. Grayscale: #7B7B7B. Windows color (decimal): -14705962 or 14064159. OLE color: 14064159.

HSL color Cylindrical-coordinate representation of color #1F9AD6: hue angle of 199.67º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9AD6 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 154 214 -
CMYK 0.86 0.28 0 0.16
HSL 199.67º 0.75% 0.48% -
HSV(B) 199.67º 0.86% 0.84% -
XYZ 24.26 28.26 67.79 -
YUV 124.06 178.75 61.62 -
System Red Green Blue C M Y K H S L
Decimal 31 154 214 0.86 0.28 0 0.16 199.67 0.75 0.48
Hex 1F 9A D6 56 1C 0 10 C8 4B 30
Octal 37 232 326 126 34 0 20 310 113 60
Binary 11111 10011010 11010110 1010110 11100 0 10000 11001000 1001011 110000

Color Harmonies of #1F9AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9AD6

Black with #1F9AD6

Text Example


Text Example

White with #1F9AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,154,214); }

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

background-color css

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

 a { background-color: rgb(31,154,214); }

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

border-color css

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

 span { border-color: rgb(31,154,214); }

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