#6EF4FD

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

Shades of Baby Blue #6EF4FD

Tints of Baby Blue #6EF4FD

Color information

#6EF4FD (or 0x6EF4FD) is unknown color: approx Baby Blue. HEX triplet: 6E, F4 and FD. RGB value is (110,244,253). Sum of RGB (Red+Green+Blue) = 110+244+253=607 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.12% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EF4FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF4FD is #910B02. Grayscale: #CCCCCC. Windows color (decimal): -9505539 or 16643182. OLE color: 16643182.

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

Color convert

RGB110244253-
CMYK0.570.0400.01
HSL183.78º97.28%71.18%-
HSV(B)183.78º56.52%99.22%-
XYZ56.5175.11104.45-
YUV204.96155.1160.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.12%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=18.12%
G=40.20%
B=41.68%

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
Decimal1102442530.570.0400.01183.7897.2871.18
Hex6EF4FD39401b86147
Octal15636437571401270141107
Binary11011101111010011111101111001100011011100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,244,253); }

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

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

 a { background-color: rgb(110,244,253); }

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

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

 span { border-color: rgb(110,244,253); }

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