Html Css Color HEX #7FCAFE Light Sky Blue

📋 copy color: '#7FCAFE'

red 127 ◦ green 202 ◦ blue 254

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

Shades of Light Sky Blue #7FCAFE

Tints of Light Sky Blue #7FCAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

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

R = 21.78%
G = 34.65%
B = 43.57%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FCAFE (or 0x7FCAFE) is known color: Light Sky Blue. HEX triplet: 7F, CA and FE. RGB value is (127,202,254). Sum of RGB (Red+Green+Blue) = 127+202+254=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCAFE is #803501. Grayscale: #B9B9B9. Windows color (decimal): -8402178 or 16697983. OLE color: 16697983.

HSL color Cylindrical-coordinate representation of color #7FCAFE: hue angle of 204.57º 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 #7FCAFE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 202 254 -
CMYK 0.50 0.20 0 0.00
HSL 204.57º 0.98% 0.75% -
HSV(B) 204.57º 0.5% 1% -
XYZ 47.76 53.91 101.65 -
YUV 185.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 127 202 254 0.50 0.20 0 0.00 204.57 0.98 0.75
Hex 7F CA FE 32 14 0 0 CD 62 4B
Octal 177 312 376 62 24 0 0 315 142 113
Binary 1111111 11001010 11111110 110010 10100 0 0 11001101 1100010 1001011

Color Harmonies of #7FCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAFE

Black with #7FCAFE

Text Example


Text Example

White with #7FCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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