Html Css Color HEX #7AD0FC Light Sky Blue

📋 copy color: '#7AD0FC'

red 122 ◦ green 208 ◦ blue 252

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

Shades of Light Sky Blue #7AD0FC

Tints of Light Sky Blue #7AD0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 20.96%
G = 35.74%
B = 43.3%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AD0FC (or 0x7AD0FC) is known color: Light Sky Blue. HEX triplet: 7A, D0 and FC. RGB value is (122,208,252). Sum of RGB (Red+Green+Blue) = 122+208+252=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AD0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD0FC is #852F03. Grayscale: #BBBBBB. Windows color (decimal): -8728324 or 16568442. OLE color: 16568442.

HSL color Cylindrical-coordinate representation of color #7AD0FC: hue angle of 200.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD0FC is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 208 252 -
CMYK 0.52 0.17 0 0.01
HSL 200.31º 0.96% 0.73% -
HSV(B) 200.31º 0.52% 0.99% -
XYZ 48.15 56.28 100.42 -
YUV 187.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 122 208 252 0.52 0.17 0 0.01 200.31 0.96 0.73
Hex 7A D0 FC 34 11 0 1 C8 60 49
Octal 172 320 374 64 21 0 1 310 140 111
Binary 1111010 11010000 11111100 110100 10001 0 1 11001000 1100000 1001001

Color Harmonies of #7AD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0FC

Black with #7AD0FC

Text Example


Text Example

White with #7AD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,252); }

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

background-color css

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

 a { background-color: rgb(122,208,252); }

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

border-color css

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

 span { border-color: rgb(122,208,252); }

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