Html Css Color HEX #7ADBFE Light Sky Blue

📋 copy color: '#7ADBFE'

red 122 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #7ADBFE

Tints of Light Sky Blue #7ADBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 20.5%
G = 36.81%
B = 42.69%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7ADBFE (or 0x7ADBFE) is known color: Light Sky Blue. HEX triplet: 7A, DB and FE. RGB value is (122,219,254). Sum of RGB (Red+Green+Blue) = 122+219+254=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ADBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBFE is #852401. Grayscale: #C1C1C1. Windows color (decimal): -8725506 or 16702330. OLE color: 16702330.

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

Color convert

RGB 122 219 254 -
CMYK 0.52 0.14 0 0.00
HSL 195.91º 0.99% 0.74% -
HSV(B) 195.91º 0.52% 1% -
XYZ 51.25 61.96 103.02 -
YUV 193.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 122 219 254 0.52 0.14 0 0.00 195.91 0.99 0.74
Hex 7A DB FE 34 E 0 0 C4 63 4A
Octal 172 333 376 64 16 0 0 304 143 112
Binary 1111010 11011011 11111110 110100 1110 0 0 11000100 1100011 1001010

Color Harmonies of #7ADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADBFE

Black with #7ADBFE

Text Example


Text Example

White with #7ADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,219,254); }

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

background-color css

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

 a { background-color: rgb(122,219,254); }

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

border-color css

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

 span { border-color: rgb(122,219,254); }

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