#1FBEDB

Color #1FBEDB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1FBEDB

Tints of Summer Sky #1FBEDB

Color information

#1FBEDB (or 0x1FBEDB) is unknown color: approx Summer Sky. HEX triplet: 1F, BE and DB. RGB value is (31,190,219). Sum of RGB (Red+Green+Blue) = 31+190+219=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEDB is #E04124. Grayscale: #919191. Windows color (decimal): -14696741 or 14401055. OLE color: 14401055.

HSL color Cylindrical-coordinate representation of color #1FBEDB: hue angle of 189.26º 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 #1FBEDB is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB31190219-
CMYK0.860.1300.14
HSL189.26º75.2%49.02%-
HSV(B)189.26º85.84%85.88%-
XYZ31.7642.2373.5-
YUV145.76169.3246.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.05%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=7.05%
G=43.18%
B=49.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal311902190.860.1300.14189.2675.249.02
Hex1FBEDB56D0Ebd4b31
Octal372763331261501627511361
Binary1111110111110110110111010110110101110101111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FBEDB;
 }
 .AnyTagClassName
 {
   color: #1FBEDB;
 }
</style>
background-color css

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

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

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

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

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

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