#6DFAFD

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

Shades of Baby Blue #6DFAFD

Tints of Baby Blue #6DFAFD

Color information

#6DFAFD (or 0x6DFAFD) is unknown color: approx Baby Blue. HEX triplet: 6D, FA and FD. RGB value is (109,250,253). Sum of RGB (Red+Green+Blue) = 109+250+253=612 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.81% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFAFD is #920502. Grayscale: #D0D0D0. Windows color (decimal): -9569539 or 16644717. OLE color: 16644717.

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

Color convert

RGB109250253-
CMYK0.570.0100.01
HSL181.25º97.3%70.98%-
HSV(B)181.25º56.92%99.22%-
XYZ58.2278.71105.05-
YUV208.18153.2957.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 17.81%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=17.81%
G=40.85%
B=41.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092502530.570.0100.01181.2597.370.98
Hex6DFAFD39101b56147
Octal15537237571101265141107
Binary110110111111010111111011110011011011010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,250,253); }

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

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

 a { background-color: rgb(109,250,253); }

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

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

 span { border-color: rgb(109,250,253); }

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