Html Css Color HEX #7ADCFC Light Sky Blue

📋 copy color: '#7ADCFC'

red 122 ◦ green 220 ◦ blue 252

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

Shades of Light Sky Blue #7ADCFC

Tints of Light Sky Blue #7ADCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 20.54%
G = 37.04%
B = 42.42%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7ADCFC (or 0x7ADCFC) is known color: Light Sky Blue. HEX triplet: 7A, DC and FC. RGB value is (122,220,252). Sum of RGB (Red+Green+Blue) = 122+220+252=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ADCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCFC is #852303. Grayscale: #C2C2C2. Windows color (decimal): -8725252 or 16571514. OLE color: 16571514.

HSL color Cylindrical-coordinate representation of color #7ADCFC: hue angle of 194.77º 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 #7ADCFC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 220 252 -
CMYK 0.52 0.13 0 0.01
HSL 194.77º 0.96% 0.73% -
HSV(B) 194.77º 0.52% 0.99% -
XYZ 51.19 62.35 101.43 -
YUV 194.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 122 220 252 0.52 0.13 0 0.01 194.77 0.96 0.73
Hex 7A DC FC 34 D 0 1 C3 60 49
Octal 172 334 374 64 15 0 1 303 140 111
Binary 1111010 11011100 11111100 110100 1101 0 1 11000011 1100000 1001001

Color Harmonies of #7ADCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCFC

Black with #7ADCFC

Text Example


Text Example

White with #7ADCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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