Html Css Color HEX #1FB6F0 Summer Sky

📋 copy color: '#1FB6F0'

red 31 ◦ green 182 ◦ blue 240

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

Shades of Summer Sky #1FB6F0

Tints of Summer Sky #1FB6F0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 6.84%
G = 40.18%
B = 52.98%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FB6F0 (or 0x1FB6F0) is known color: Summer Sky. HEX triplet: 1F, B6 and F0. RGB value is (31,182,240). Sum of RGB (Red+Green+Blue) = 31+182+240=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FB6F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB6F0 is #E0490F. Grayscale: #8F8F8F. Windows color (decimal): -14698768 or 15775263. OLE color: 15775263.

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

Color convert

RGB 31 182 240 -
CMYK 0.87 0.24 0 0.06
HSL 196.65º 0.87% 0.53% -
HSV(B) 196.65º 0.87% 0.94% -
XYZ 33.02 40.04 88.43 -
YUV 143.46 182.47 47.78 -
System Red Green Blue C M Y K H S L
Decimal 31 182 240 0.87 0.24 0 0.06 196.65 0.87 0.53
Hex 1F B6 F0 57 18 0 6 C5 57 35
Octal 37 266 360 127 30 0 6 305 127 65
Binary 11111 10110110 11110000 1010111 11000 0 110 11000101 1010111 110101

Color Harmonies of #1FB6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB6F0

Black with #1FB6F0

Text Example


Text Example

White with #1FB6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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