#6DF8FF

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

Shades of Baby Blue #6DF8FF

Tints of Baby Blue #6DF8FF

Color information

#6DF8FF (or 0x6DF8FF) is unknown color: approx Baby Blue. HEX triplet: 6D, F8 and FF. RGB value is (109,248,255). Sum of RGB (Red+Green+Blue) = 109+248+255=612 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.81% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DF8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF8FF is #920700. Grayscale: #CFCFCF. Windows color (decimal): -9570049 or 16775277. OLE color: 16775277.

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

Color convert

RGB109248255-
CMYK0.570.0300
HSL182.88º100%71.37%-
HSV(B)182.88º57.25%100%-
XYZ57.9277.61106.53-
YUV207.24154.9557.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 17.81%
GREEN value IS 248 (97.27% from 255) = 40.52%
BLUE value IS 255 (100% from 255) = 41.67%
R=17.81%
G=40.52%
B=41.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092482550.570.0300182.8810071.37
Hex6DF8FF39300b76447
Octal15537037771300267144107
Binary1101101111110001111111111100111001011011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,248,255); }

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

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

 a { background-color: rgb(109,248,255); }

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

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

 span { border-color: rgb(109,248,255); }

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