Html Css Color HEX #7ADFFD Light Sky Blue

📋 copy color: '#7ADFFD'

red 122 ◦ green 223 ◦ blue 253

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

Shades of Light Sky Blue #7ADFFD

Tints of Light Sky Blue #7ADFFD

RGB

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

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

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

R = 20.4%
G = 37.29%
B = 42.31%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7ADFFD (or 0x7ADFFD) is known color: Light Sky Blue. HEX triplet: 7A, DF and FD. RGB value is (122,223,253). Sum of RGB (Red+Green+Blue) = 122+223+253=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ADFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFFD is #852002. Grayscale: #C4C4C4. Windows color (decimal): -8724483 or 16637818. OLE color: 16637818.

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

Color convert

RGB 122 223 253 -
CMYK 0.52 0.12 0 0.01
HSL 193.74º 0.97% 0.74% -
HSV(B) 193.74º 0.52% 0.99% -
XYZ 52.14 64 102.53 -
YUV 196.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 122 223 253 0.52 0.12 0 0.01 193.74 0.97 0.74
Hex 7A DF FD 34 C 0 1 C2 61 4A
Octal 172 337 375 64 14 0 1 302 141 112
Binary 1111010 11011111 11111101 110100 1100 0 1 11000010 1100001 1001010

Color Harmonies of #7ADFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFFD

Black with #7ADFFD

Text Example


Text Example

White with #7ADFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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