Html Css Color HEX #7FCDFC Light Sky Blue

📋 copy color: '#7FCDFC'

red 127 ◦ green 205 ◦ blue 252

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

Shades of Light Sky Blue #7FCDFC

Tints of Light Sky Blue #7FCDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 21.75%
G = 35.1%
B = 43.15%

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

#7FCDFC (or 0x7FCDFC) is known color: Light Sky Blue. HEX triplet: 7F, CD and FC. RGB value is (127,205,252). Sum of RGB (Red+Green+Blue) = 127+205+252=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FCDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDFC is #803203. Grayscale: #BABABA. Windows color (decimal): -8401412 or 16567679. OLE color: 16567679.

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

Color convert

RGB 127 205 252 -
CMYK 0.50 0.19 0 0.01
HSL 202.56º 0.95% 0.74% -
HSV(B) 202.56º 0.5% 0.99% -
XYZ 48.15 55.2 100.21 -
YUV 187.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 127 205 252 0.50 0.19 0 0.01 202.56 0.95 0.74
Hex 7F CD FC 32 13 0 1 CB 5F 4A
Octal 177 315 374 62 23 0 1 313 137 112
Binary 1111111 11001101 11111100 110010 10011 0 1 11001011 1011111 1001010

Color Harmonies of #7FCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCDFC

Black with #7FCDFC

Text Example


Text Example

White with #7FCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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