Html Css Color HEX #7CE0FF Light Sky Blue

📋 copy color: '#7CE0FF'

red 124 ◦ green 224 ◦ blue 255

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

Shades of Light Sky Blue #7CE0FF

Tints of Light Sky Blue #7CE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 20.56%
G = 37.15%
B = 42.29%

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

#7CE0FF (or 0x7CE0FF) is known color: Light Sky Blue. HEX triplet: 7C, E0 and FF. RGB value is (124,224,255). Sum of RGB (Red+Green+Blue) = 124+224+255=603 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.56% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE0FF is #831F00. Grayscale: #C5C5C5. Windows color (decimal): -8593153 or 16769148. OLE color: 16769148.

HSL color Cylindrical-coordinate representation of color #7CE0FF: hue angle of 194.2º 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 #7CE0FF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 224 255 -
CMYK 0.51 0.12 0 0
HSL 194.2º 1% 0.74% -
HSV(B) 194.2º 0.51% 1% -
XYZ 53.02 64.82 104.32 -
YUV 197.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 124 224 255 0.51 0.12 0 0 194.2 1 0.74
Hex 7C E0 FF 33 C 0 0 C2 64 4A
Octal 174 340 377 63 14 0 0 302 144 112
Binary 1111100 11100000 11111111 110011 1100 0 0 11000010 1100100 1001010

Color Harmonies of #7CE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE0FF

Black with #7CE0FF

Text Example


Text Example

White with #7CE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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