Html Css Color HEX #7FE2FC Light Sky Blue

📋 copy color: '#7FE2FC'

red 127 ◦ green 226 ◦ blue 252

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

Shades of Light Sky Blue #7FE2FC

Tints of Light Sky Blue #7FE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.36%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 20.99%
G = 37.36%
B = 41.65%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FE2FC (or 0x7FE2FC) is known color: Light Sky Blue. HEX triplet: 7F, E2 and FC. RGB value is (127,226,252). Sum of RGB (Red+Green+Blue) = 127+226+252=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FE2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE2FC is #801D03. Grayscale: #C7C7C7. Windows color (decimal): -8396036 or 16573055. OLE color: 16573055.

HSL color Cylindrical-coordinate representation of color #7FE2FC: hue angle of 192.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE2FC is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 226 252 -
CMYK 0.50 0.10 0 0.01
HSL 192.48º 0.95% 0.74% -
HSV(B) 192.48º 0.5% 0.99% -
XYZ 53.52 65.93 102 -
YUV 199.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 127 226 252 0.50 0.10 0 0.01 192.48 0.95 0.74
Hex 7F E2 FC 32 A 0 1 C0 5F 4A
Octal 177 342 374 62 12 0 1 300 137 112
Binary 1111111 11100010 11111100 110010 1010 0 1 11000000 1011111 1001010

Color Harmonies of #7FE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE2FC

Black with #7FE2FC

Text Example


Text Example

White with #7FE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,226,252); }

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

background-color css

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

 a { background-color: rgb(127,226,252); }

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

border-color css

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

 span { border-color: rgb(127,226,252); }

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