Html Css Color HEX #7DE1FE Light Sky Blue

📋 copy color: '#7DE1FE'

red 125 ◦ green 225 ◦ blue 254

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

Shades of Light Sky Blue #7DE1FE

Tints of Light Sky Blue #7DE1FE

RGB

 RED value IS 125 (49.22% from 255) = 20.7%

 GREEN value IS 225 (88.28% from 255) = 37.25%

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

R = 20.7%
G = 37.25%
B = 42.05%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DE1FE (or 0x7DE1FE) is known color: Light Sky Blue. HEX triplet: 7D, E1 and FE. RGB value is (125,225,254). Sum of RGB (Red+Green+Blue) = 125+225+254=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DE1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1FE is #821E01. Grayscale: #C6C6C6. Windows color (decimal): -8527362 or 16703869. OLE color: 16703869.

HSL color Cylindrical-coordinate representation of color #7DE1FE: hue angle of 193.49º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE1FE is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 225 254 -
CMYK 0.51 0.11 0 0.00
HSL 193.49º 0.98% 0.74% -
HSV(B) 193.49º 0.51% 1% -
XYZ 53.27 65.37 103.58 -
YUV 198.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 125 225 254 0.51 0.11 0 0.00 193.49 0.98 0.74
Hex 7D E1 FE 33 B 0 0 C1 62 4A
Octal 175 341 376 63 13 0 0 301 142 112
Binary 1111101 11100001 11111110 110011 1011 0 0 11000001 1100010 1001010

Color Harmonies of #7DE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE1FE

Black with #7DE1FE

Text Example


Text Example

White with #7DE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,254); }

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

background-color css

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

 a { background-color: rgb(125,225,254); }

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

border-color css

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

 span { border-color: rgb(125,225,254); }

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