Html Css Color HEX #7CDEFD Light Sky Blue

📋 copy color: '#7CDEFD'

red 124 ◦ green 222 ◦ blue 253

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

Shades of Light Sky Blue #7CDEFD

Tints of Light Sky Blue #7CDEFD

RGB

 RED value IS 124 (48.83% from 255) = 20.7%

 GREEN value IS 222 (87.11% from 255) = 37.06%

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

R = 20.7%
G = 37.06%
B = 42.24%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CDEFD (or 0x7CDEFD) is known color: Light Sky Blue. HEX triplet: 7C, DE and FD. RGB value is (124,222,253). Sum of RGB (Red+Green+Blue) = 124+222+253=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDEFD is #832102. Grayscale: #C4C4C4. Windows color (decimal): -8593667 or 16637564. OLE color: 16637564.

HSL color Cylindrical-coordinate representation of color #7CDEFD: hue angle of 194.42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CDEFD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 222 253 -
CMYK 0.51 0.12 0 0.01
HSL 194.42º 0.97% 0.74% -
HSV(B) 194.42º 0.51% 0.99% -
XYZ 52.16 63.62 102.46 -
YUV 196.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 124 222 253 0.51 0.12 0 0.01 194.42 0.97 0.74
Hex 7C DE FD 33 C 0 1 C2 61 4A
Octal 174 336 375 63 14 0 1 302 141 112
Binary 1111100 11011110 11111101 110011 1100 0 1 11000010 1100001 1001010

Color Harmonies of #7CDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEFD

Black with #7CDEFD

Text Example


Text Example

White with #7CDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,222,253); }

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

background-color css

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

 a { background-color: rgb(124,222,253); }

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

border-color css

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

 span { border-color: rgb(124,222,253); }

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