#6DF2FD

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

Shades of Baby Blue #6DF2FD

Tints of Baby Blue #6DF2FD

Color information

#6DF2FD (or 0x6DF2FD) is unknown color: approx Baby Blue. HEX triplet: 6D, F2 and FD. RGB value is (109,242,253). Sum of RGB (Red+Green+Blue) = 109+242+253=604 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.05% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF2FD is #920D02. Grayscale: #CBCBCB. Windows color (decimal): -9571587 or 16642669. OLE color: 16642669.

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

Color convert

RGB109242253-
CMYK0.570.0400.01
HSL184.58º97.3%70.98%-
HSV(B)184.58º56.92%99.22%-
XYZ55.7973.85104.24-
YUV203.49155.9460.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.05%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=18.05%
G=40.07%
B=41.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092422530.570.0400.01184.5897.370.98
Hex6DF2FD39401b96147
Octal15536237571401271141107
Binary11011011111001011111101111001100011011100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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