#6EF1FA

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

Shades of Baby Blue #6EF1FA

Tints of Baby Blue #6EF1FA

Color information

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

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

Color convert

RGB110241250-
CMYK0.560.0400.02
HSL183.86º93.33%70.59%-
HSV(B)183.86º56%98.04%-
XYZ55.1473.13101.65-
YUV202.86154.661.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102412500.560.0400.02183.8693.3370.59
Hex6EF1FA38402b85d47
Octal15636137270402270135107
Binary110111011110001111110101110001000101011100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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