#6EFAF1

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

Shades of Baby Blue #6EFAF1

Tints of Baby Blue #6EFAF1

Color information

#6EFAF1 (or 0x6EFAF1) is unknown color: approx Baby Blue. HEX triplet: 6E, FA and F1. RGB value is (110,250,241). Sum of RGB (Red+Green+Blue) = 110+250+241=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAF1 is #91050E. Grayscale: #CFCFCF. Windows color (decimal): -9504015 or 15858286. OLE color: 15858286.

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

Color convert

RGB110250241-
CMYK0.5600.040.02
HSL176.14º93.33%70.59%-
HSV(B)176.14º56%98.04%-
XYZ56.4978.0495.3-
YUV207.11147.1258.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.30%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=18.30%
G=41.60%
B=40.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102502410.5600.040.02176.1493.3370.59
Hex6EFAF138042b05d47
Octal15637236170042260135107
Binary110111011111010111100011110000100101011000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,250,241); }

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

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

 a { background-color: rgb(110,250,241); }

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

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

 span { border-color: rgb(110,250,241); }

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