#6AFFF7

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

Shades of Baby Blue #6AFFF7

Tints of Baby Blue #6AFFF7

Color information

#6AFFF7 (or 0x6AFFF7) is unknown color: approx Baby Blue. HEX triplet: 6A, FF and F7. RGB value is (106,255,247). Sum of RGB (Red+Green+Blue) = 106+255+247=608 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.43% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFFF7 is #950008. Grayscale: #D1D1D1. Windows color (decimal): -9764873 or 16252778. OLE color: 16252778.

HSL color Cylindrical-coordinate representation of color #6AFFF7: hue angle of 176.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFF7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB106255247-
CMYK0.5800.030
HSL176.78º100%70.78%-
HSV(B)176.78º58.43%100%-
XYZ58.4981.3100.61-
YUV209.54149.1454.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.43%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 247 (96.88% from 255) = 40.62%
R=17.43%
G=41.94%
B=40.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062552470.5800.030176.7810070.78
Hex6AFFF73A030b16447
Octal15237736772030261144107
Binary1101010111111111111011111101001101011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFFF7; }

 p { color: rgb(106,255,247); }

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

<style>
 a { background-color: #6AFFF7; }

 a { background-color: rgb(106,255,247); }

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

<style>
 span { border-color: #6AFFF7; }

 span { border-color: rgb(106,255,247); }

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