#6DF3F4

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

Shades of Baby Blue #6DF3F4

Tints of Baby Blue #6DF3F4

Color information

#6DF3F4 (or 0x6DF3F4) is unknown color: approx Baby Blue. HEX triplet: 6D, F3 and F4. RGB value is (109,243,244). Sum of RGB (Red+Green+Blue) = 109+243+244=596 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.29% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #6DF3F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF3F4 is #920C0B. Grayscale: #CACACA. Windows color (decimal): -9571340 or 16053101. OLE color: 16053101.

HSL color Cylindrical-coordinate representation of color #6DF3F4: hue angle of 180.44º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF3F4 is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB109243244-
CMYK0.550.0000.04
HSL180.44º85.99%69.22%-
HSV(B)180.44º55.33%95.69%-
XYZ54.6973.8896.97-
YUV203.05151.1160.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.29%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=18.29%
G=40.77%
B=40.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1092432440.550.0000.04180.4485.9969.22
Hex6DF3F437004b45645
Octal15536336467004264126105
Binary11011011111001111110100110111001001011010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,243,244); }

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

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

 a { background-color: rgb(109,243,244); }

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

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

 span { border-color: rgb(109,243,244); }

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