Html Css Color HEX #7ADCFB Light Sky Blue

📋 copy color: '#7ADCFB'

red 122 ◦ green 220 ◦ blue 251

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

Shades of Light Sky Blue #7ADCFB

Tints of Light Sky Blue #7ADCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 20.57%
G = 37.1%
B = 42.33%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7ADCFB (or 0x7ADCFB) is known color: Light Sky Blue. HEX triplet: 7A, DC and FB. RGB value is (122,220,251). Sum of RGB (Red+Green+Blue) = 122+220+251=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ADCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCFB is #852304. Grayscale: #C2C2C2. Windows color (decimal): -8725253 or 16505978. OLE color: 16505978.

HSL color Cylindrical-coordinate representation of color #7ADCFB: hue angle of 194.42º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADCFB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 220 251 -
CMYK 0.51 0.12 0 0.02
HSL 194.42º 0.94% 0.73% -
HSV(B) 194.42º 0.51% 0.98% -
XYZ 51.03 62.29 100.6 -
YUV 194.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 122 220 251 0.51 0.12 0 0.02 194.42 0.94 0.73
Hex 7A DC FB 33 C 0 2 C2 5E 49
Octal 172 334 373 63 14 0 2 302 136 111
Binary 1111010 11011100 11111011 110011 1100 0 10 11000010 1011110 1001001

Color Harmonies of #7ADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCFB

Black with #7ADCFB

Text Example


Text Example

White with #7ADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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