Html Css Color HEX #7FDBFE Light Sky Blue

📋 copy color: '#7FDBFE'

red 127 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #7FDBFE

Tints of Light Sky Blue #7FDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

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

R = 21.17%
G = 36.5%
B = 42.33%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FDBFE (or 0x7FDBFE) is known color: Light Sky Blue. HEX triplet: 7F, DB and FE. RGB value is (127,219,254). Sum of RGB (Red+Green+Blue) = 127+219+254=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDBFE is #802401. Grayscale: #C3C3C3. Windows color (decimal): -8397826 or 16702335. OLE color: 16702335.

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

Color convert

RGB 127 219 254 -
CMYK 0.50 0.14 0 0.00
HSL 196.54º 0.98% 0.75% -
HSV(B) 196.54º 0.5% 1% -
XYZ 51.97 62.33 103.06 -
YUV 195.48 161.02 79.15 -
System Red Green Blue C M Y K H S L
Decimal 127 219 254 0.50 0.14 0 0.00 196.54 0.98 0.75
Hex 7F DB FE 32 E 0 0 C5 62 4B
Octal 177 333 376 62 16 0 0 305 142 113
Binary 1111111 11011011 11111110 110010 1110 0 0 11000101 1100010 1001011

Color Harmonies of #7FDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDBFE

Black with #7FDBFE

Text Example


Text Example

White with #7FDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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