#7ACBE9

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

Shades of Sky Blue #7ACBE9

Tints of Sky Blue #7ACBE9

Color information

#7ACBE9 (or 0x7ACBE9) is unknown color: approx Sky Blue. HEX triplet: 7A, CB and E9. RGB value is (122,203,233). Sum of RGB (Red+Green+Blue) = 122+203+233=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #7ACBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACBE9 is #853416. Grayscale: #B6B6B6. Windows color (decimal): -8729623 or 15321978. OLE color: 15321978.

HSL color Cylindrical-coordinate representation of color #7ACBE9: hue angle of 196.22º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ACBE9 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB122203233-
CMYK0.480.1300.09
HSL196.22º71.61%69.61%-
HSV(B)196.22º47.64%91.37%-
XYZ44.0952.7384.95-
YUV182.2156.6685.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.86%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=21.86%
G=36.38%
B=41.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222032330.480.1300.09196.2271.6169.61
Hex7ACBE930D09c44846
Octal1723133516015011304110106
Binary111101011001011111010011100001101010011100010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,233); }

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

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

 a { background-color: rgb(122,203,233); }

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

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

 span { border-color: rgb(122,203,233); }

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