#7DDAF0

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

Shades of Sky Blue #7DDAF0

Tints of Sky Blue #7DDAF0

Color information

#7DDAF0 (or 0x7DDAF0) is unknown color: approx Sky Blue. HEX triplet: 7D, DA and F0. RGB value is (125,218,240). Sum of RGB (Red+Green+Blue) = 125+218+240=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DDAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAF0 is #82250F. Grayscale: #C0C0C0. Windows color (decimal): -8529168 or 15784573. OLE color: 15784573.

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

Color convert

RGB125218240-
CMYK0.480.0900.06
HSL191.48º79.31%71.57%-
HSV(B)191.48º47.92%94.12%-
XYZ49.2660.7991.58-
YUV192.7154.6979.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.44%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=21.44%
G=37.39%
B=41.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252182400.480.0900.06191.4879.3171.57
Hex7DDAF030906bf4f48
Octal175332360601106277117110
Binary11111011101101011110000110000100101101011111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,240); }

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

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

 a { background-color: rgb(125,218,240); }

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

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

 span { border-color: rgb(125,218,240); }

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