#6CFFEA

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

Shades of Baby Blue #6CFFEA

Tints of Baby Blue #6CFFEA

Color information

#6CFFEA (or 0x6CFFEA) is unknown color: approx Baby Blue. HEX triplet: 6C, FF and EA. RGB value is (108,255,234). Sum of RGB (Red+Green+Blue) = 108+255+234=597 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.09% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFEA is #930015. Grayscale: #D0D0D0. Windows color (decimal): -9633814 or 15400812. OLE color: 15400812.

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

Color convert

RGB108255234-
CMYK0.5800.080
HSL171.43º100%71.18%-
HSV(B)171.43º57.65%100%-
XYZ56.880.6590.42-
YUV208.65142.356.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.09%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=18.09%
G=42.71%
B=39.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552340.5800.080171.4310071.18
Hex6CFFEA3A080ab6447
Octal154377352720100253144107
Binary110110011111111111010101110100100001010101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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