Html Css Color HEX #7FDAFF Light Sky Blue

📋 copy color: '#7FDAFF'

red 127 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #7FDAFF

Tints of Light Sky Blue #7FDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 21.17%
G = 36.33%
B = 42.5%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FDAFF (or 0x7FDAFF) is known color: Light Sky Blue. HEX triplet: 7F, DA and FF. RGB value is (127,218,255). Sum of RGB (Red+Green+Blue) = 127+218+255=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDAFF is #802500. Grayscale: #C2C2C2. Windows color (decimal): -8398081 or 16767615. OLE color: 16767615.

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

Color convert

RGB 127 218 255 -
CMYK 0.50 0.15 0 0
HSL 197.34º 1% 0.75% -
HSV(B) 197.34º 0.5% 1% -
XYZ 51.87 61.87 103.82 -
YUV 195.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 127 218 255 0.50 0.15 0 0 197.34 1 0.75
Hex 7F DA FF 32 F 0 0 C5 64 4B
Octal 177 332 377 62 17 0 0 305 144 113
Binary 1111111 11011010 11111111 110010 1111 0 0 11000101 1100100 1001011

Color Harmonies of #7FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAFF

Black with #7FDAFF

Text Example


Text Example

White with #7FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,255); }

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

background-color css

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

 a { background-color: rgb(127,218,255); }

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

border-color css

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

 span { border-color: rgb(127,218,255); }

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