Html Css Color HEX #7ADCFD Light Sky Blue

📋 copy color: '#7ADCFD'

red 122 ◦ green 220 ◦ blue 253

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

Shades of Light Sky Blue #7ADCFD

Tints of Light Sky Blue #7ADCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 20.5%
G = 36.97%
B = 42.52%

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

#7ADCFD (or 0x7ADCFD) is known color: Light Sky Blue. HEX triplet: 7A, DC and FD. RGB value is (122,220,253). Sum of RGB (Red+Green+Blue) = 122+220+253=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ADCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCFD is #852302. Grayscale: #C2C2C2. Windows color (decimal): -8725251 or 16637050. OLE color: 16637050.

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

Color convert

RGB 122 220 253 -
CMYK 0.52 0.13 0 0.01
HSL 195.11º 0.97% 0.74% -
HSV(B) 195.11º 0.52% 0.99% -
XYZ 51.35 62.42 102.27 -
YUV 194.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 122 220 253 0.52 0.13 0 0.01 195.11 0.97 0.74
Hex 7A DC FD 34 D 0 1 C3 61 4A
Octal 172 334 375 64 15 0 1 303 141 112
Binary 1111010 11011100 11111101 110100 1101 0 1 11000011 1100001 1001010

Color Harmonies of #7ADCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCFD

Black with #7ADCFD

Text Example


Text Example

White with #7ADCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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