Html Css Color HEX #1F9ADB Summer Sky

📋 copy color: '#1F9ADB'

red 31 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #1F9ADB

Tints of Summer Sky #1F9ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 7.67%
G = 38.12%
B = 54.21%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F9ADB (or 0x1F9ADB) is known color: Summer Sky. HEX triplet: 1F, 9A and DB. RGB value is (31,154,219). Sum of RGB (Red+Green+Blue) = 31+154+219=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F9ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ADB is #E06524. Grayscale: #7C7C7C. Windows color (decimal): -14705957 or 14391839. OLE color: 14391839.

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

Color convert

RGB 31 154 219 -
CMYK 0.86 0.30 0 0.14
HSL 200.74º 0.75% 0.49% -
HSV(B) 200.74º 0.86% 0.86% -
XYZ 24.91 28.52 71.21 -
YUV 124.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 31 154 219 0.86 0.30 0 0.14 200.74 0.75 0.49
Hex 1F 9A DB 56 1E 0 E C9 4B 31
Octal 37 232 333 126 36 0 16 311 113 61
Binary 11111 10011010 11011011 1010110 11110 0 1110 11001001 1001011 110001

Color Harmonies of #1F9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9ADB

Black with #1F9ADB

Text Example


Text Example

White with #1F9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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