#6AF3FD

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

Shades of Baby Blue #6AF3FD

Tints of Baby Blue #6AF3FD

Color information

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

HSL color Cylindrical-coordinate representation of color #6AF3FD: hue angle of 184.08º 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 #6AF3FD is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106243253-
CMYK0.580.0400.01
HSL184.08º97.35%70.39%-
HSV(B)184.08º58.1%99.22%-
XYZ55.7274.26104.32-
YUV203.18156.1158.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062432530.580.0400.01184.0897.3570.39
Hex6AF3FD3A401b86146
Octal15236337572401270141106
Binary11010101111001111111101111010100011011100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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