Html Css Color HEX #7EDFFD Light Sky Blue

📋 copy color: '#7EDFFD'

red 126 ◦ green 223 ◦ blue 253

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

Shades of Light Sky Blue #7EDFFD

Tints of Light Sky Blue #7EDFFD

RGB

 RED value IS 126 (49.61% from 255) = 20.93%

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 20.93%
G = 37.04%
B = 42.03%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7EDFFD (or 0x7EDFFD) is known color: Light Sky Blue. HEX triplet: 7E, DF and FD. RGB value is (126,223,253). Sum of RGB (Red+Green+Blue) = 126+223+253=602 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.93% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFFD is #812002. Grayscale: #C5C5C5. Windows color (decimal): -8462339 or 16637822. OLE color: 16637822.

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

Color convert

RGB 126 223 253 -
CMYK 0.50 0.12 0 0.01
HSL 194.17º 0.97% 0.74% -
HSV(B) 194.17º 0.5% 0.99% -
XYZ 52.72 64.3 102.56 -
YUV 197.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 126 223 253 0.50 0.12 0 0.01 194.17 0.97 0.74
Hex 7E DF FD 32 C 0 1 C2 61 4A
Octal 176 337 375 62 14 0 1 302 141 112
Binary 1111110 11011111 11111101 110010 1100 0 1 11000010 1100001 1001010

Color Harmonies of #7EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFFD

Black with #7EDFFD

Text Example


Text Example

White with #7EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,253); }

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

background-color css

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

 a { background-color: rgb(126,223,253); }

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

border-color css

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

 span { border-color: rgb(126,223,253); }

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