#6cffeb

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

Shades of Baby Blue #6CFFEB

Tints of Baby Blue #6CFFEB

Color information

#6CFFEB (or 0x6CFFEB) is unknown color: approx Baby Blue. HEX triplet: 6C, FF and EB. RGB value is (108,255,235). Sum of RGB (Red+Green+Blue) = 108+255+235=598 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.06% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFEB is #930014. Grayscale: #D0D0D0. Windows color (decimal): -9633813 or 15466348. OLE color: 15466348.

HSL color Cylindrical-coordinate representation of color #6CFFEB: hue angle of 171.84º 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 #6CFFEB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB108255235-
CMYK0.5800.080
HSL171.84º100%71.18%-
HSV(B)171.84º57.65%100%-
XYZ56.9480.7191.17-
YUV208.77142.856.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.06%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=18.06%
G=42.64%
B=39.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552350.5800.080171.8410071.18
Hex6CFFEB3A080ac6447
Octal154377353720100254144107
Binary110110011111111111010111110100100001010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cffeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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