#6AF3FA

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

Shades of Baby Blue #6AF3FA

Tints of Baby Blue #6AF3FA

Color information

#6AF3FA (or 0x6AF3FA) is unknown color: approx Baby Blue. HEX triplet: 6A, F3 and FA. RGB value is (106,243,250). Sum of RGB (Red+Green+Blue) = 106+243+250=599 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.70% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AF3FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3FA is #950C05. Grayscale: #CACACA. Windows color (decimal): -9767942 or 16446314. OLE color: 16446314.

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

Color convert

RGB106243250-
CMYK0.580.0300.02
HSL182.92º93.51%69.8%-
HSV(B)182.92º57.6%98.04%-
XYZ55.2574.07101.83-
YUV202.83154.6158.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.70%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=17.70%
G=40.57%
B=41.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062432500.580.0300.02182.9293.5169.8
Hex6AF3FA3A302b75e46
Octal15236337272302267136106
Binary11010101111001111111010111010110101011011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,250); }

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

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

 a { background-color: rgb(106,243,250); }

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

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

 span { border-color: rgb(106,243,250); }

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