Html Css Color HEX #7CCCFF Light Sky Blue

📋 copy color: '#7CCCFF'

red 124 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #7CCCFF

Tints of Light Sky Blue #7CCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 21.27%
G = 34.99%
B = 43.74%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CCCFF (or 0x7CCCFF) is known color: Light Sky Blue. HEX triplet: 7C, CC and FF. RGB value is (124,204,255). Sum of RGB (Red+Green+Blue) = 124+204+255=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCCFF is #833300. Grayscale: #B9B9B9. Windows color (decimal): -8598273 or 16764028. OLE color: 16764028.

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

Color convert

RGB 124 204 255 -
CMYK 0.51 0.2 0 0
HSL 203.36º 1% 0.74% -
HSV(B) 203.36º 0.51% 1% -
XYZ 47.96 54.69 102.64 -
YUV 185.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 124 204 255 0.51 0.2 0 0 203.36 1 0.74
Hex 7C CC FF 33 14 0 0 CB 64 4A
Octal 174 314 377 63 24 0 0 313 144 112
Binary 1111100 11001100 11111111 110011 10100 0 0 11001011 1100100 1001010

Color Harmonies of #7CCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCCFF

Black with #7CCCFF

Text Example


Text Example

White with #7CCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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