#7DCAFF

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

Shades of Light Sky Blue #7DCAFF

Tints of Light Sky Blue #7DCAFF

Color information

#7DCAFF (or 0x7DCAFF) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CA and FF. RGB value is (125,202,255). Sum of RGB (Red+Green+Blue) = 125+202+255=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAFF is #823500. Grayscale: #B8B8B8. Windows color (decimal): -8533249 or 16763517. OLE color: 16763517.

HSL color Cylindrical-coordinate representation of color #7DCAFF: hue angle of 204.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCAFF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125202255-
CMYK0.510.2100
HSL204.46º100%74.51%-
HSV(B)204.46º50.98%100%-
XYZ47.6353.82102.49-
YUV185.02167.4985.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.48%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 43.81%
R=21.48%
G=34.71%
B=43.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252022550.510.2100204.4610074.51
Hex7DCAFF331500cc644b
Octal175312377632500314144113
Binary1111101110010101111111111001110101001100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,255); }

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

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

 a { background-color: rgb(125,202,255); }

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

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

 span { border-color: rgb(125,202,255); }

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