Html Css Color HEX #7ACEFC Light Sky Blue

📋 copy color: '#7ACEFC'

red 122 ◦ green 206 ◦ blue 252

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

Shades of Light Sky Blue #7ACEFC

Tints of Light Sky Blue #7ACEFC

RGB

 RED value IS 122 (48.05% from 255) = 21.03%

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 21.03%
G = 35.52%
B = 43.45%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7ACEFC (or 0x7ACEFC) is known color: Light Sky Blue. HEX triplet: 7A, CE and FC. RGB value is (122,206,252). Sum of RGB (Red+Green+Blue) = 122+206+252=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ACEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACEFC is #853103. Grayscale: #B9B9B9. Windows color (decimal): -8728836 or 16567930. OLE color: 16567930.

HSL color Cylindrical-coordinate representation of color #7ACEFC: hue angle of 201.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ACEFC is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 206 252 -
CMYK 0.52 0.18 0 0.01
HSL 201.23º 0.96% 0.73% -
HSV(B) 201.23º 0.52% 0.99% -
XYZ 47.67 55.31 100.26 -
YUV 186.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 122 206 252 0.52 0.18 0 0.01 201.23 0.96 0.73
Hex 7A CE FC 34 12 0 1 C9 60 49
Octal 172 316 374 64 22 0 1 311 140 111
Binary 1111010 11001110 11111100 110100 10010 0 1 11001001 1100000 1001001

Color Harmonies of #7ACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEFC

Black with #7ACEFC

Text Example


Text Example

White with #7ACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,206,252); }

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

background-color css

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

 a { background-color: rgb(122,206,252); }

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

border-color css

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

 span { border-color: rgb(122,206,252); }

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