Html Css Color HEX #7ADFFF Light Sky Blue

📋 copy color: '#7ADFFF'

red 122 ◦ green 223 ◦ blue 255

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

Shades of Light Sky Blue #7ADFFF

Tints of Light Sky Blue #7ADFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 20.33%
G = 37.17%
B = 42.5%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7ADFFF (or 0x7ADFFF) is known color: Light Sky Blue. HEX triplet: 7A, DF and FF. RGB value is (122,223,255). Sum of RGB (Red+Green+Blue) = 122+223+255=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ADFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFFF is #852000. Grayscale: #C4C4C4. Windows color (decimal): -8724481 or 16768890. OLE color: 16768890.

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

Color convert

RGB 122 223 255 -
CMYK 0.52 0.13 0 0
HSL 194.44º 1% 0.74% -
HSV(B) 194.44º 0.52% 1% -
XYZ 52.46 64.13 104.22 -
YUV 196.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 122 223 255 0.52 0.13 0 0 194.44 1 0.74
Hex 7A DF FF 34 D 0 0 C2 64 4A
Octal 172 337 377 64 15 0 0 302 144 112
Binary 1111010 11011111 11111111 110100 1101 0 0 11000010 1100100 1001010

Color Harmonies of #7ADFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFFF

Black with #7ADFFF

Text Example


Text Example

White with #7ADFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,223,255); }

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

background-color css

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

 a { background-color: rgb(122,223,255); }

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

border-color css

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

 span { border-color: rgb(122,223,255); }

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