Html Css Color HEX #7FDDFD Light Sky Blue

📋 copy color: '#7FDDFD'

red 127 ◦ green 221 ◦ blue 253

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

Shades of Light Sky Blue #7FDDFD

Tints of Light Sky Blue #7FDDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 21.13%
G = 36.77%
B = 42.1%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FDDFD (or 0x7FDDFD) is known color: Light Sky Blue. HEX triplet: 7F, DD and FD. RGB value is (127,221,253). Sum of RGB (Red+Green+Blue) = 127+221+253=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDFD is #802202. Grayscale: #C4C4C4. Windows color (decimal): -8397315 or 16637311. OLE color: 16637311.

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

Color convert

RGB 127 221 253 -
CMYK 0.50 0.13 0 0.01
HSL 195.24º 0.97% 0.75% -
HSV(B) 195.24º 0.5% 0.99% -
XYZ 52.34 63.32 102.39 -
YUV 196.54 159.86 78.4 -
System Red Green Blue C M Y K H S L
Decimal 127 221 253 0.50 0.13 0 0.01 195.24 0.97 0.75
Hex 7F DD FD 32 D 0 1 C3 61 4B
Octal 177 335 375 62 15 0 1 303 141 113
Binary 1111111 11011101 11111101 110010 1101 0 1 11000011 1100001 1001011

Color Harmonies of #7FDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDFD

Black with #7FDDFD

Text Example


Text Example

White with #7FDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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