#6EFFF1

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

Shades of Baby Blue #6EFFF1

Tints of Baby Blue #6EFFF1

Color information

#6EFFF1 (or 0x6EFFF1) is unknown color: approx Baby Blue. HEX triplet: 6E, FF and F1. RGB value is (110,255,241). Sum of RGB (Red+Green+Blue) = 110+255+241=606 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.15% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFF1 is #91000E. Grayscale: #D1D1D1. Windows color (decimal): -9502735 or 15859566. OLE color: 15859566.

HSL color Cylindrical-coordinate representation of color #6EFFF1: hue angle of 174.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFF1 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB110255241-
CMYK0.5700.050
HSL174.21º100%71.57%-
HSV(B)174.21º56.86%100%-
XYZ58.0781.1995.83-
YUV210.05145.4656.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.15%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=18.15%
G=42.08%
B=39.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102552410.5700.050174.2110071.57
Hex6EFFF139050ae6448
Octal15637736171050256144110
Binary11011101111111111110001111001010101010111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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