Html Css Color HEX #7AD5F7 Light Sky Blue

📋 copy color: '#7AD5F7'

red 122 ◦ green 213 ◦ blue 247

#7AD5F7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #7AD5F7

Tints of Light Sky Blue #7AD5F7

RGB

 RED value IS 122 (48.05% from 255) = 20.96%

 GREEN value IS 213 (83.59% from 255) = 36.6%

 BLUE value IS 247 (96.88% from 255) = 42.44%

R = 20.96%
G = 36.6%
B = 42.44%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7AD5F7 (or 0x7AD5F7) is known color: Light Sky Blue. HEX triplet: 7A, D5 and F7. RGB value is (122,213,247). Sum of RGB (Red+Green+Blue) = 122+213+247=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #7AD5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD5F7 is #852A08. Grayscale: #BDBDBD. Windows color (decimal): -8727049 or 16242042. OLE color: 16242042.

HSL color Cylindrical-coordinate representation of color #7AD5F7: hue angle of 196.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD5F7 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 213 247 -
CMYK 0.51 0.14 0 0.03
HSL 196.32º 0.89% 0.72% -
HSV(B) 196.32º 0.51% 0.97% -
XYZ 48.61 58.44 96.71 -
YUV 189.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 122 213 247 0.51 0.14 0 0.03 196.32 0.89 0.72
Hex 7A D5 F7 33 E 0 3 C4 59 48
Octal 172 325 367 63 16 0 3 304 131 110
Binary 1111010 11010101 11110111 110011 1110 0 11 11000100 1011001 1001000

Color Harmonies of #7AD5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD5F7

Black with #7AD5F7

Text Example


Text Example

White with #7AD5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,213,247); }

 H1.HeaderClassName
 {
   color: #7AD5F7;
 }
 .AnyTagClassName
 {
   color: #7AD5F7;
 }
</style>

background-color css

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

 a { background-color: rgb(122,213,247); }

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

border-color css

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

 span { border-color: rgb(122,213,247); }

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