#7ACDF2

Color #7ACDF2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7ACDF2

Tints of Sky Blue #7ACDF2

Color information

#7ACDF2 (or 0x7ACDF2) is unknown color: approx Sky Blue. HEX triplet: 7A, CD and F2. RGB value is (122,205,242). Sum of RGB (Red+Green+Blue) = 122+205+242=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ACDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACDF2 is #85320D. Grayscale: #B8B8B8. Windows color (decimal): -8729102 or 15912314. OLE color: 15912314.

HSL color Cylindrical-coordinate representation of color #7ACDF2: hue angle of 198.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ACDF2 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122205242-
CMYK0.500.1500.05
HSL198.5º82.19%71.37%-
HSV(B)198.5º49.59%94.9%-
XYZ45.8854.2192.05-
YUV184.4160.583.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=21.44%
G=36.03%
B=42.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222052420.500.1500.05198.582.1971.37
Hex7ACDF232F05c65247
Octal172315362621705306122107
Binary11110101100110111110010110010111101011100011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,242); }

 H1.HeaderClassName
 {
   color: #7ACDF2;
 }
 .AnyTagClassName
 {
   color: #7ACDF2;
 }
</style>
background-color css

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

 a { background-color: rgb(122,205,242); }

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

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

 span { border-color: rgb(122,205,242); }

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