#6AFDF3

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

Shades of Baby Blue #6AFDF3

Tints of Baby Blue #6AFDF3

Color information

#6AFDF3 (or 0x6AFDF3) is unknown color: approx Baby Blue. HEX triplet: 6A, FD and F3. RGB value is (106,253,243). Sum of RGB (Red+Green+Blue) = 106+253+243=602 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.61% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDF3 is #95020C. Grayscale: #CFCFCF. Windows color (decimal): -9765389 or 15990122. OLE color: 15990122.

HSL color Cylindrical-coordinate representation of color #6AFDF3: hue angle of 175.92º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDF3 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB106253243-
CMYK0.5800.040.01
HSL175.92º97.35%70.39%-
HSV(B)175.92º58.1%99.22%-
XYZ57.2579.7997.18-
YUV207.91147.855.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.61%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=17.61%
G=42.03%
B=40.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062532430.5800.040.01175.9297.3570.39
Hex6AFDF33A041b06146
Octal15237536372041260141106
Binary11010101111110111110011111010010011011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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