#7DBFE7

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

Shades of Sky Blue #7DBFE7

Tints of Sky Blue #7DBFE7

Color information

#7DBFE7 (or 0x7DBFE7) is unknown color: approx Sky Blue. HEX triplet: 7D, BF and E7. RGB value is (125,191,231). Sum of RGB (Red+Green+Blue) = 125+191+231=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #7DBFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFE7 is #824018. Grayscale: #AFAFAF. Windows color (decimal): -8536089 or 15187837. OLE color: 15187837.

HSL color Cylindrical-coordinate representation of color #7DBFE7: hue angle of 202.64º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBFE7 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB125191231-
CMYK0.460.1700.09
HSL202.64º68.83%69.8%-
HSV(B)202.64º45.89%90.59%-
XYZ41.5147.3982.56-
YUV175.83159.1391.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 231 (90.62% from 255) = 42.23%
R=22.85%
G=34.92%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1251912310.460.1700.09202.6468.8369.8
Hex7DBFE72E1109cb4546
Octal1752773475621011313105106
Binary1111101101111111110011110111010001010011100101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,231); }

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

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

 a { background-color: rgb(125,191,231); }

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

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

 span { border-color: rgb(125,191,231); }

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