#7edbef

Color #7EDBEF Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7EDBEF

Tints of Sky Blue #7EDBEF

Color information

#7EDBEF (or 0x7EDBEF) is unknown color: approx Sky Blue. HEX triplet: 7E, DB and EF. RGB value is (126,219,239). Sum of RGB (Red+Green+Blue) = 126+219+239=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDBEF is #812410. Grayscale: #C1C1C1. Windows color (decimal): -8463377 or 15719294. OLE color: 15719294.

HSL color Cylindrical-coordinate representation of color #7EDBEF: hue angle of 190.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDBEF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126219239-
CMYK0.470.0800.06
HSL190.62º77.93%71.57%-
HSV(B)190.62º47.28%93.73%-
XYZ49.5261.3390.89-
YUV193.47153.6979.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.58%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=21.58%
G=37.5%
B=40.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262192390.470.0800.06190.6277.9371.57
Hex7EDBEF2F806bf4e48
Octal176333357571006277116110
Binary11111101101101111101111101111100001101011111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7edbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7edbef; }

 p { color: rgb(126,219,239); }

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

<style>
 a { background-color: #7edbef; }

 a { background-color: rgb(126,219,239); }

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

<style>
 span { border-color: #7edbef; }

 span { border-color: rgb(126,219,239); }

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