Html Css Color HEX #7FC8FE Light Sky Blue

📋 copy color: '#7FC8FE'

red 127 ◦ green 200 ◦ blue 254

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

Shades of Light Sky Blue #7FC8FE

Tints of Light Sky Blue #7FC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.42%

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

R = 21.86%
G = 34.42%
B = 43.72%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FC8FE (or 0x7FC8FE) is known color: Light Sky Blue. HEX triplet: 7F, C8 and FE. RGB value is (127,200,254). Sum of RGB (Red+Green+Blue) = 127+200+254=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC8FE is #803701. Grayscale: #B8B8B8. Windows color (decimal): -8402690 or 16697471. OLE color: 16697471.

HSL color Cylindrical-coordinate representation of color #7FC8FE: hue angle of 205.51º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC8FE is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 200 254 -
CMYK 0.50 0.21 0 0.00
HSL 205.51º 0.98% 0.75% -
HSV(B) 205.51º 0.5% 1% -
XYZ 47.3 52.98 101.5 -
YUV 184.33 167.32 87.11 -
System Red Green Blue C M Y K H S L
Decimal 127 200 254 0.50 0.21 0 0.00 205.51 0.98 0.75
Hex 7F C8 FE 32 15 0 0 CE 62 4B
Octal 177 310 376 62 25 0 0 316 142 113
Binary 1111111 11001000 11111110 110010 10101 0 0 11001110 1100010 1001011

Color Harmonies of #7FC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC8FE

Black with #7FC8FE

Text Example


Text Example

White with #7FC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,200,254); }

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

background-color css

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

 a { background-color: rgb(127,200,254); }

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

border-color css

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

 span { border-color: rgb(127,200,254); }

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