Html Css Color HEX #7AD4FA Light Sky Blue

📋 copy color: '#7AD4FA'

red 122 ◦ green 212 ◦ blue 250

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

Shades of Light Sky Blue #7AD4FA

Tints of Light Sky Blue #7AD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 20.89%
G = 36.3%
B = 42.81%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AD4FA (or 0x7AD4FA) is known color: Light Sky Blue. HEX triplet: 7A, D4 and FA. RGB value is (122,212,250). Sum of RGB (Red+Green+Blue) = 122+212+250=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD4FA is #852B05. Grayscale: #BDBDBD. Windows color (decimal): -8727302 or 16438394. OLE color: 16438394.

HSL color Cylindrical-coordinate representation of color #7AD4FA: hue angle of 197.81º degrees, saturation: 0.93, 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 #7AD4FA is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 212 250 -
CMYK 0.51 0.15 0 0.02
HSL 197.81º 0.93% 0.73% -
HSV(B) 197.81º 0.51% 0.98% -
XYZ 48.82 58.13 99.09 -
YUV 189.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 122 212 250 0.51 0.15 0 0.02 197.81 0.93 0.73
Hex 7A D4 FA 33 F 0 2 C6 5D 49
Octal 172 324 372 63 17 0 2 306 135 111
Binary 1111010 11010100 11111010 110011 1111 0 10 11000110 1011101 1001001

Color Harmonies of #7AD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD4FA

Black with #7AD4FA

Text Example


Text Example

White with #7AD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,212,250); }

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

background-color css

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

 a { background-color: rgb(122,212,250); }

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

border-color css

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

 span { border-color: rgb(122,212,250); }

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