#7AFFF0

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

Shades of Baby Blue #7AFFF0

Tints of Baby Blue #7AFFF0

Color information

#7AFFF0 (or 0x7AFFF0) is unknown color: approx Baby Blue. HEX triplet: 7A, FF and F0. RGB value is (122,255,240). Sum of RGB (Red+Green+Blue) = 122+255+240=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFF0 is #85000F. Grayscale: #D5D5D5. Windows color (decimal): -8716304 or 15794042. OLE color: 15794042.

HSL color Cylindrical-coordinate representation of color #7AFFF0: hue angle of 173.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFF0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB122255240-
CMYK0.5200.060
HSL173.23º100%73.92%-
HSV(B)173.23º52.16%100%-
XYZ59.5181.9595.12-
YUV213.52142.9462.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.77%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=19.77%
G=41.33%
B=38.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552400.5200.060173.2310073.92
Hex7AFFF034060ad644a
Octal17237736064060255144112
Binary11110101111111111110000110100011001010110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,240); }

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

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

 a { background-color: rgb(122,255,240); }

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

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

 span { border-color: rgb(122,255,240); }

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