#6CFFF1

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

Shades of Baby Blue #6CFFF1

Tints of Baby Blue #6CFFF1

Color information

#6CFFF1 (or 0x6CFFF1) is unknown color: approx Baby Blue. HEX triplet: 6C, FF and F1. RGB value is (108,255,241). Sum of RGB (Red+Green+Blue) = 108+255+241=604 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.88% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFF1 is #93000E. Grayscale: #D1D1D1. Windows color (decimal): -9633807 or 15859564. OLE color: 15859564.

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

Color convert

RGB108255241-
CMYK0.5800.050
HSL174.29º100%71.18%-
HSV(B)174.29º57.65%100%-
XYZ57.8281.0695.82-
YUV209.45145.855.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 17.88%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=17.88%
G=42.22%
B=39.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552410.5800.050174.2910071.18
Hex6CFFF13A050ae6447
Octal15437736172050256144107
Binary11011001111111111110001111010010101010111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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