Html Css Color HEX #7FCDFE Light Sky Blue

📋 copy color: '#7FCDFE'

red 127 ◦ green 205 ◦ blue 254

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

Shades of Light Sky Blue #7FCDFE

Tints of Light Sky Blue #7FCDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

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

R = 21.67%
G = 34.98%
B = 43.34%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FCDFE (or 0x7FCDFE) is known color: Light Sky Blue. HEX triplet: 7F, CD and FE. RGB value is (127,205,254). Sum of RGB (Red+Green+Blue) = 127+205+254=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDFE is #803201. Grayscale: #BABABA. Windows color (decimal): -8401410 or 16698751. OLE color: 16698751.

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

Color convert

RGB 127 205 254 -
CMYK 0.50 0.19 0 0.00
HSL 203.15º 0.98% 0.75% -
HSV(B) 203.15º 0.5% 1% -
XYZ 48.47 55.33 101.89 -
YUV 187.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 127 205 254 0.50 0.19 0 0.00 203.15 0.98 0.75
Hex 7F CD FE 32 13 0 0 CB 62 4B
Octal 177 315 376 62 23 0 0 313 142 113
Binary 1111111 11001101 11111110 110010 10011 0 0 11001011 1100010 1001011

Color Harmonies of #7FCDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCDFE

Black with #7FCDFE

Text Example


Text Example

White with #7FCDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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