#6DEFF5

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

Shades of Baby Blue #6DEFF5

Tints of Baby Blue #6DEFF5

Color information

#6DEFF5 (or 0x6DEFF5) is unknown color: approx Baby Blue. HEX triplet: 6D, EF and F5. RGB value is (109,239,245). Sum of RGB (Red+Green+Blue) = 109+239+245=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #6DEFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFF5 is #92100A. Grayscale: #C8C8C8. Windows color (decimal): -9572363 or 16117613. OLE color: 16117613.

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

Color convert

RGB109239245-
CMYK0.560.0200.04
HSL182.65º87.18%69.41%-
HSV(B)182.65º55.51%96.08%-
XYZ53.6571.5897.37-
YUV200.81152.9362.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.38%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=18.38%
G=40.30%
B=41.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1092392450.560.0200.04182.6587.1869.41
Hex6DEFF538204b75745
Octal15535736570204267127105
Binary110110111101111111101011110001001001011011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,239,245); }

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

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

 a { background-color: rgb(109,239,245); }

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

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

 span { border-color: rgb(109,239,245); }

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