#6FFFEA

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

Shades of Baby Blue #6FFFEA

Tints of Baby Blue #6FFFEA

Color information

#6FFFEA (or 0x6FFFEA) is unknown color: approx Baby Blue. HEX triplet: 6F, FF and EA. RGB value is (111,255,234). Sum of RGB (Red+Green+Blue) = 111+255+234=600 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFEA is #900015. Grayscale: #D1D1D1. Windows color (decimal): -9437206 or 15400815. OLE color: 15400815.

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

Color convert

RGB111255234-
CMYK0.5600.080
HSL171.25º100%71.76%-
HSV(B)171.25º56.47%100%-
XYZ57.1780.8490.43-
YUV209.55141.7957.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.5%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=18.5%
G=42.5%
B=39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1112552340.5600.080171.2510071.76
Hex6FFFEA38080ab6448
Octal157377352700100253144110
Binary110111111111111111010101110000100001010101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,255,234); }

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

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

 a { background-color: rgb(111,255,234); }

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

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

 span { border-color: rgb(111,255,234); }

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