#6BFFFC

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

Shades of Baby Blue #6BFFFC

Tints of Baby Blue #6BFFFC

Color information

#6BFFFC (or 0x6BFFFC) is unknown color: approx Baby Blue. HEX triplet: 6B, FF and FC. RGB value is (107,255,252). Sum of RGB (Red+Green+Blue) = 107+255+252=614 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.43% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFFC is #940003. Grayscale: #D2D2D2. Windows color (decimal): -9699332 or 16580459. OLE color: 16580459.

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

Color convert

RGB107255252-
CMYK0.5800.010
HSL178.78º100%70.98%-
HSV(B)178.78º58.04%100%-
XYZ59.3981.67104.73-
YUV210.41151.4754.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.43%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=17.43%
G=41.53%
B=41.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072552520.5800.010178.7810070.98
Hex6BFFFC3A010b36447
Octal15337737472010263144107
Binary110101111111111111111001110100101011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,252); }

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

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

 a { background-color: rgb(107,255,252); }

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

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

 span { border-color: rgb(107,255,252); }

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