Html Css Color HEX #7FD2FA Light Sky Blue

📋 copy color: '#7FD2FA'

red 127 ◦ green 210 ◦ blue 250

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

Shades of Light Sky Blue #7FD2FA

Tints of Light Sky Blue #7FD2FA

RGB

 RED value IS 127 (50% from 255) = 21.64%

 GREEN value IS 210 (82.42% from 255) = 35.78%

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

R = 21.64%
G = 35.78%
B = 42.59%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FD2FA (or 0x7FD2FA) is known color: Light Sky Blue. HEX triplet: 7F, D2 and FA. RGB value is (127,210,250). Sum of RGB (Red+Green+Blue) = 127+210+250=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD2FA is #802D05. Grayscale: #BDBDBD. Windows color (decimal): -8400134 or 16437887. OLE color: 16437887.

HSL color Cylindrical-coordinate representation of color #7FD2FA: hue angle of 199.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FD2FA is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 210 250 -
CMYK 0.49 0.16 0 0.02
HSL 199.51º 0.92% 0.74% -
HSV(B) 199.51º 0.49% 0.98% -
XYZ 49.05 57.51 98.96 -
YUV 189.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 127 210 250 0.49 0.16 0 0.02 199.51 0.92 0.74
Hex 7F D2 FA 31 10 0 2 C8 5C 4A
Octal 177 322 372 61 20 0 2 310 134 112
Binary 1111111 11010010 11111010 110001 10000 0 10 11001000 1011100 1001010

Color Harmonies of #7FD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD2FA

Black with #7FD2FA

Text Example


Text Example

White with #7FD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,210,250); }

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

background-color css

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

 a { background-color: rgb(127,210,250); }

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

border-color css

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

 span { border-color: rgb(127,210,250); }

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