Html Css Color HEX #7CE1FF Light Sky Blue

📋 copy color: '#7CE1FF'

red 124 ◦ green 225 ◦ blue 255

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

Shades of Light Sky Blue #7CE1FF

Tints of Light Sky Blue #7CE1FF

RGB

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

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

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

R = 20.53%
G = 37.25%
B = 42.22%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CE1FF (or 0x7CE1FF) is known color: Light Sky Blue. HEX triplet: 7C, E1 and FF. RGB value is (124,225,255). Sum of RGB (Red+Green+Blue) = 124+225+255=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE1FF is #831E00. Grayscale: #C6C6C6. Windows color (decimal): -8592897 or 16769404. OLE color: 16769404.

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

Color convert

RGB 124 225 255 -
CMYK 0.51 0.12 0 0
HSL 193.74º 1% 0.74% -
HSV(B) 193.74º 0.51% 1% -
XYZ 53.29 65.36 104.41 -
YUV 198.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 124 225 255 0.51 0.12 0 0 193.74 1 0.74
Hex 7C E1 FF 33 C 0 0 C2 64 4A
Octal 174 341 377 63 14 0 0 302 144 112
Binary 1111100 11100001 11111111 110011 1100 0 0 11000010 1100100 1001010

Color Harmonies of #7CE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE1FF

Black with #7CE1FF

Text Example


Text Example

White with #7CE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,225,255); }

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

background-color css

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

 a { background-color: rgb(124,225,255); }

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

border-color css

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

 span { border-color: rgb(124,225,255); }

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