#6cfffb

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

Shades of Baby Blue #6CFFFB

Tints of Baby Blue #6CFFFB

Color information

#6CFFFB (or 0x6CFFFB) is unknown color: approx Baby Blue. HEX triplet: 6C, FF and FB. RGB value is (108,255,251). Sum of RGB (Red+Green+Blue) = 108+255+251=614 (81% of max value = 765). Red value is 108 (42.58% from 255 or 17.59% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFFB is #930004. Grayscale: #D2D2D2. Windows color (decimal): -9633797 or 16514924. OLE color: 16514924.

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

Color convert

RGB108255251-
CMYK0.5800.020
HSL178.37º100%71.18%-
HSV(B)178.37º57.65%100%-
XYZ59.3681.67103.9-
YUV210.59150.854.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 17.59%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=17.59%
G=41.53%
B=40.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552510.5800.020178.3710071.18
Hex6CFFFB3A020b26447
Octal15437737372020262144107
Binary1101100111111111111101111101001001011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cfffb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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