#6DF1FD

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

Shades of Baby Blue #6DF1FD

Tints of Baby Blue #6DF1FD

Color information

#6DF1FD (or 0x6DF1FD) is unknown color: approx Baby Blue. HEX triplet: 6D, F1 and FD. RGB value is (109,241,253). Sum of RGB (Red+Green+Blue) = 109+241+253=603 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.08% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DF1FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF1FD is #920E02. Grayscale: #CACACA. Windows color (decimal): -9571843 or 16642413. OLE color: 16642413.

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

Color convert

RGB109241253-
CMYK0.570.0500.01
HSL185º97.3%70.98%-
HSV(B)185º56.92%99.22%-
XYZ55.4973.25104.14-
YUV202.9156.2761.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.08%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=18.08%
G=39.97%
B=41.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092412530.570.0500.0118597.370.98
Hex6DF1FD39501b96147
Octal15536137571501271141107
Binary11011011111000111111101111001101011011100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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