Html Css Color HEX #7FCDFD Light Sky Blue

📋 copy color: '#7FCDFD'

red 127 ◦ green 205 ◦ blue 253

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

Shades of Light Sky Blue #7FCDFD

Tints of Light Sky Blue #7FCDFD

RGB

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

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

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

R = 21.71%
G = 35.04%
B = 43.25%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FCDFD (or 0x7FCDFD) is known color: Light Sky Blue. HEX triplet: 7F, CD and FD. RGB value is (127,205,253). Sum of RGB (Red+Green+Blue) = 127+205+253=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FCDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDFD is #803202. Grayscale: #BABABA. Windows color (decimal): -8401411 or 16633215. OLE color: 16633215.

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

Color convert

RGB 127 205 253 -
CMYK 0.50 0.19 0 0.01
HSL 202.86º 0.97% 0.75% -
HSV(B) 202.86º 0.5% 0.99% -
XYZ 48.31 55.27 101.05 -
YUV 187.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 127 205 253 0.50 0.19 0 0.01 202.86 0.97 0.75
Hex 7F CD FD 32 13 0 1 CB 61 4B
Octal 177 315 375 62 23 0 1 313 141 113
Binary 1111111 11001101 11111101 110010 10011 0 1 11001011 1100001 1001011

Color Harmonies of #7FCDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCDFD

Black with #7FCDFD

Text Example


Text Example

White with #7FCDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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