Html Css Color HEX #7FDDFE Light Sky Blue

📋 copy color: '#7FDDFE'

red 127 ◦ green 221 ◦ blue 254

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

Shades of Light Sky Blue #7FDDFE

Tints of Light Sky Blue #7FDDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.71%

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

R = 21.1%
G = 36.71%
B = 42.19%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FDDFE (or 0x7FDDFE) is known color: Light Sky Blue. HEX triplet: 7F, DD and FE. RGB value is (127,221,254). Sum of RGB (Red+Green+Blue) = 127+221+254=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDFE is #802201. Grayscale: #C4C4C4. Windows color (decimal): -8397314 or 16702847. OLE color: 16702847.

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

Color convert

RGB 127 221 254 -
CMYK 0.50 0.13 0 0.00
HSL 195.59º 0.98% 0.75% -
HSV(B) 195.59º 0.5% 1% -
XYZ 52.5 63.38 103.23 -
YUV 196.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 127 221 254 0.50 0.13 0 0.00 195.59 0.98 0.75
Hex 7F DD FE 32 D 0 0 C4 62 4B
Octal 177 335 376 62 15 0 0 304 142 113
Binary 1111111 11011101 11111110 110010 1101 0 0 11000100 1100010 1001011

Color Harmonies of #7FDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDFE

Black with #7FDDFE

Text Example


Text Example

White with #7FDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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